Browse Source

npm test -> grunt

Evan You 12 years ago
parent
commit
7720da1208
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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