Skip to content

Commit

Permalink
Bump version to: 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Aug 6, 2024
1 parent 5db349a commit e97fb8b
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": "1.0.1",
"version": "1.0.2",
"description": "",
"keywords": ["vite-plugin", "nextjs", "storybook", "vitest"],
"keywords": [
"vite-plugin",
"nextjs",
"storybook",
"vitest"
],
"author": "Storybook Bot <[email protected]>",
"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 e97fb8b

Please sign in to comment.