Skip to content

Commit

Permalink
Bump version to: 0.0.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Aug 5, 2024
1 parent acd5fe6 commit e56bc45
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.14",
"version": "0.0.15",
"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 e56bc45

Please sign in to comment.