npm test -> grunt

This commit is contained in:
Evan You 2013-12-29 15:31:39 -05:00
parent d704fb52d5
commit 7720da1208
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"url": "https://github.com/yyx990803/vue.git"
},
"scripts": {
"test": "grunt test"
"test": "grunt"
},
"devDependencies": {
"grunt": "~0.4.2",