diff --git a/package.json b/package.json index 8ccc7d5..7b5f5bc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,21 @@ { "name": "vite-plugin-storybook-nextjs", - "version": "0.0.9", + "version": "0.0.10", "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": { ".": {