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 4ca04e0 commit 3ff6bc5Copy full SHA for 3ff6bc5
package.json
@@ -26,7 +26,8 @@
26
"lint": "eslint lib",
27
"test": "eslint lib && mocha test/test.js --slow 5000 --timeout 10000",
28
"docs": "cd docs && gitbook serve",
29
- "deploy-docs": "bash ./docs/deploy.sh"
+ "deploy-docs": "bash ./docs/deploy.sh",
30
+ "postinstall": "npm install vue"
31
},
32
"dependencies": {
33
"autoprefixer": "^6.0.3",
0 commit comments