Skip to content

Commit

Permalink
Merge pull request #118 from storybookjs/module-settings
Browse files Browse the repository at this point in the history
Fix missing types by adding back `main` and `types` fields
  • Loading branch information
JReinhold authored Aug 1, 2023
2 parents 46d1de5 + d7ef15d commit 3ced913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 3ced913

Please sign in to comment.