Skip to content

Commit

Permalink
Merge branch 'valentin/propagate-error-in-testing' of github.com:stor…
Browse files Browse the repository at this point in the history
…ybookjs/storybook into valentin/propagate-error-in-testing
  • Loading branch information
JReinhold committed Sep 5, 2024
2 parents 8a7d8ee + 58173b2 commit 67f91ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/frameworks/experimental-nextjs-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"./vite-plugin": {
"types": "./dist/vite-plugin/index.d.ts",
"import": "./dist/vite-plugin/index.js",
"require": "./dist/vite-plugin/index.cjs"
"import": "./dist/vite-plugin/index.mjs",
"require": "./dist/vite-plugin/index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 67f91ec

Please sign in to comment.