summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-11-03 10:50:50 -0600
committerkpdecker <kpdecker@gmail.com>2013-11-03 10:50:50 -0600
commit88fefc1521641084d18fe1abf9697a852eedf28c (patch)
tree3e452ec58b56548270a8215888ecf13cb96aae0b
parent4c056a91ba0aa1245bfdf155b6592ffcb1b3c1b4 (diff)
downloadhandlebars.js-88fefc1521641084d18fe1abf9697a852eedf28c.zip
handlebars.js-88fefc1521641084d18fe1abf9697a852eedf28c.tar.gz
handlebars.js-88fefc1521641084d18fe1abf9697a852eedf28c.tar.bz2
Use grunt rather than explicit test runner for npm
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8441996..c701fa0 100644
--- a/package.json
+++ b/package.json
@@ -54,6 +54,6 @@
"handlebars": "bin/handlebars"
},
"scripts": {
- "test": "node ./spec/env/runner"
+ "test": "grunt"
}
}