Use grunt rather than explicit test runner for npm

This commit is contained in:
kpdecker
2013-11-03 10:50:50 -06:00
parent 4c056a91ba
commit 88fefc1521
+1 -1
View File
@@ -54,6 +54,6 @@
"handlebars": "bin/handlebars"
},
"scripts": {
"test": "node ./spec/env/runner"
"test": "grunt"
}
}