update npm test task

This commit is contained in:
sudodoki 2013-10-20 18:21:28 +03:00
parent a738317adb
commit 98db726906

View file

@ -25,7 +25,7 @@
"grunt-contrib-watch": "~0.5.3" "grunt-contrib-watch": "~0.5.3"
}, },
"scripts": { "scripts": {
"test": "grunt coffee mocha" "test": "grunt concat coffee mocha"
}, },
"engines": { "engines": {
"node": ">=0.8 <0.11" "node": ">=0.8 <0.11"