aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-12-19 20:18:58 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-12-19 20:18:58 -0500
commit34946b3d63afb6943febe0ac4be4dcecc739729d (patch)
tree81a60e1acdec35463316a92a6c5b5044df892a41 /package.json
parent3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4 (diff)
downloadjquery-34946b3d63afb6943febe0ac4be4dcecc739729d.tar.gz
jquery-34946b3d63afb6943febe0ac4be4dcecc739729d.zip
Make sure Jenkins can grunt jQuery right from npm install
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index e758e0813..d6fcdc82c 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,9 @@
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
}
],
+ "scripts": {
+ "test" : "./node_modules/.bin/grunt"
+ },
"dependencies": {},
"devDependencies": {
"grunt-compare-size": "0.3.1",
@@ -30,6 +33,7 @@
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-uglify": "~0.1.0",
"grunt": "~0.4.0rc4",
+ "grunt-cli": "0.1.6",
"testswarm": "0.2.2"
},
"keywords": []