diff --git a/package.json b/package.json index b07a28c..03b5a43 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,21 @@ { "name": "vite-plugin-storybook-nextjs", - "version": "0.0.12", + "version": "0.0.13", "description": "", - "keywords": ["vite-plugin", "nextjs", "storybook", "vitest"], + "keywords": [ + "vite-plugin", + "nextjs", + "storybook", + "vitest" + ], "author": "Storybook Bot ", "license": "MIT", - "sideEffects": ["./src/polyfills/promise-with-resolvers.ts"], - "files": ["dist"], + "sideEffects": [ + "./src/polyfills/promise-with-resolvers.ts" + ], + "files": [ + "dist" + ], "type": "module", "exports": { ".": {