diff --git a/package.json b/package.json index f84e1fe..9332790 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,21 @@ { "name": "vite-plugin-storybook-nextjs", - "version": "0.0.2", + "version": "0.0.3", "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": { ".": {