Skip to content

Commit

Permalink
Merge pull request #149 from dflynn15/fix--package-json-exports
Browse files Browse the repository at this point in the history
fix: Storybook expecting package.json export
  • Loading branch information
DarkPurple141 authored Jan 28, 2024
2 parents 16e7c4c + fab21a3 commit ffd9ee4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/storybook-addon-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@
"require": "./dist/manager.js",
"import": "./dist/manager.mjs",
"types": "./dist/index.d.ts"
}
},
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
}
}
}

0 comments on commit ffd9ee4

Please sign in to comment.