Skip to content

Commit

Permalink
fix: Storybook expecting package.json export
Browse files Browse the repository at this point in the history
  • Loading branch information
dflynn15 committed Dec 1, 2023
1 parent 16e7c4c commit fab21a3
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 fab21a3

Please sign in to comment.