]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
`npm test` leads to `grunt test:node`
authorLachèze Alexandre <alexandre.lacheze@gmail.com>
Sun, 24 Nov 2013 16:49:04 +0000 (17:49 +0100)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 25 Dec 2013 20:42:40 +0000 (21:42 +0100)
package.json

index 46cfe2d4da064d9dae576c82520e4bae545ffa7b..818550ac79c0fd56642bb3b869d5c29c75d5058e 100644 (file)
@@ -53,7 +53,7 @@
         "karma-sauce-launcher": "~0.1"
   },
     "scripts": {
-        "test": "grunt"
+        "test": "grunt test:node"
     },
     "ender": "./ender.js",
     "dojoBuild": "package.js",