aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab2013-02-27 17:03:21 -0500
committerHakim El Hattab2013-02-27 17:07:31 -0500
commit65cbe25a02b78624b28ea6b45ffabba6867a5bcd (patch)
treebaad019d8a81983d60fd8f6d0b8303783ab337ce /package.json
parentd7b92c9c6581dd33567a03bc2f0a3c7f4d5c305d (diff)
attempt n2 to fix grunt in travis ci build
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e9ab1e1..830b877 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"node": "~0.8.0"
},
"scripts": {
- "test": "grunt lint qunit"
+ "test": "grunt jshint"
},
"dependencies": {
"underscore": "~1.3.3",