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" "url": "https://github.com/yyx990803/vue.git"
}, },
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt"
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.2", "grunt": "~0.4.2",