We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fa3fe commit ce896fcCopy full SHA for ce896fc
package.json
@@ -28,8 +28,9 @@
28
"watch": "npm run watch:core",
29
"watch:core": "rollup -c build/rollup.config.js --watch",
30
"watch:extra": "rollup -c build/rollup.extra.config.js --watch",
31
- "docs-dev": "nuxt dev build",
32
- "docs-gen": "nuxt generate build",
+ "nuxt": "node --preserve-symlinks node_modules/nuxt/bin/nuxt",
+ "docs-dev": "npm run nuxt dev build",
33
+ "docs-gen": "npm run nuxt generate build",
34
"docs-deploy": "cd scripts && ./gh-pages",
35
"lint-fix": "xo --fix",
36
"test:lint": "xo",
@@ -57,7 +58,7 @@
57
58
"markdown-loader": "^2.0.0",
59
"marked": "^0.3.6",
60
"nuxt": "^1.0.0-alpha1",
- "vue":"2.3.3",
61
+ "vue": "2.3.3",
62
"rollup": "^0.41.6",
63
"rollup-plugin-buble": "^0.15.0",
64
"rollup-plugin-commonjs": "^8.0.2",
0 commit comments