Skip to content

Commit e97fb8b

Browse files
Bump version to: 1.0.2 [skip ci]
1 parent 5db349a commit e97fb8b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "vite-plugin-storybook-nextjs",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
5-
"keywords": ["vite-plugin", "nextjs", "storybook", "vitest"],
5+
"keywords": [
6+
"vite-plugin",
7+
"nextjs",
8+
"storybook",
9+
"vitest"
10+
],
611
"author": "Storybook Bot <[email protected]>",
712
"license": "MIT",
8-
"sideEffects": ["./src/polyfills/promise-with-resolvers.ts"],
9-
"files": ["dist"],
13+
"sideEffects": [
14+
"./src/polyfills/promise-with-resolvers.ts"
15+
],
16+
"files": [
17+
"dist"
18+
],
1019
"type": "module",
1120
"exports": {
1221
".": {

0 commit comments

Comments
 (0)