Skip to content

Commit

Permalink
fix: properly export preset endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 19, 2023
1 parent e9590e5 commit bc34276
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./preset": {
"types": "./dist/storybook.d.ts",
"require": "./dist/storybook.cjs",
"import": "./dist/storybook.js"
},
"./vite": {
"types": "./dist/vite.d.ts",
"require": "./dist/vite.cjs",
Expand Down Expand Up @@ -68,8 +73,7 @@
}
},
"files": [
"dist",
"preset.js"
"dist"
],
"scripts": {
"build": "tsup",
Expand Down
1 change: 0 additions & 1 deletion preset.js

This file was deleted.

0 comments on commit bc34276

Please sign in to comment.