diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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", |