From e97fb8b22d48b3d71a07075e4a425ab1a1a2ca13 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Tue, 6 Aug 2024 09:18:32 +0200 Subject: [PATCH] Bump version to: 1.0.2 [skip ci] --- package.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index edb3066..3bb2ba9 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,21 @@ { "name": "vite-plugin-storybook-nextjs", - "version": "1.0.1", + "version": "1.0.2", "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": { ".": {