storybook-nuxt
Advanced tools
Comparing version 0.1.3 to 0.1.4-alpha.0
{ | ||
"name": "storybook-nuxt", | ||
"version": "0.1.3", | ||
"version": "0.1.4-alpha.0", | ||
"description": "Storybook init CLI for Nuxt ", | ||
@@ -47,4 +47,5 @@ "author": "Chakas@", | ||
"dev": "cd playground && node ../index.mjs init --enable-module ", | ||
"test": "cd playground && node ../index.mjs init " | ||
"test": "cd playground && node ../index.mjs init ", | ||
"release": "pnpm changelogen --release --push && pnpm publish" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
71448