Skip to content

Commit

Permalink
Bump version to: 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Aug 5, 2024
1 parent d2be7b8 commit 01ff56c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"name": "vite-plugin-storybook-nextjs",
"version": "0.0.15",
"version": "1.0.0",
"description": "",
"keywords": ["vite-plugin", "nextjs", "storybook", "vitest"],
"keywords": [
"vite-plugin",
"nextjs",
"storybook",
"vitest"
],
"author": "Storybook Bot <storybookbot@gmail.com>",
"license": "MIT",
"sideEffects": ["./src/polyfills/promise-with-resolvers.ts"],
"files": ["dist"],
"sideEffects": [
"./src/polyfills/promise-with-resolvers.ts"
],
"files": [
"dist"
],
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 01ff56c

Please sign in to comment.