Skip to content

Commit 3ff6bc5

Browse files
committed
testing
1 parent 4ca04e0 commit 3ff6bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"lint": "eslint lib",
2727
"test": "eslint lib && mocha test/test.js --slow 5000 --timeout 10000",
2828
"docs": "cd docs && gitbook serve",
29-
"deploy-docs": "bash ./docs/deploy.sh"
29+
"deploy-docs": "bash ./docs/deploy.sh",
30+
"postinstall": "npm install vue"
3031
},
3132
"dependencies": {
3233
"autoprefixer": "^6.0.3",

0 commit comments

Comments
 (0)