aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-07-10 12:00:26 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-07-10 12:00:26 -0400
commitb13d8229ae25a6c48b1d59a0e592cde154e063f0 (patch)
treee4d67e08ed8ef07467fcbf40e29c7c71244292f1 /package.json
parentc93f91e33ee25e60683fd05ae0210c9b07f2e2ac (diff)
downloadjquery-b13d8229ae25a6c48b1d59a0e592cde154e063f0.tar.gz
jquery-b13d8229ae25a6c48b1d59a0e592cde154e063f0.zip
Include Sizzle and Qunit with bower. Fixes #14118.
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index 667092661..2ae795396 100644
--- a/package.json
+++ b/package.json
@@ -23,13 +23,12 @@
],
"dependencies": {},
"devDependencies": {
+ "grunt": "0.4.1",
"grunt-compare-size": "~0.4.0",
"grunt-git-authors": "1.2.0",
- "grunt-update-submodules": "0.2.0",
- "grunt-contrib-watch": "0.3.1",
- "grunt-contrib-jshint": "0.3.0",
- "grunt-contrib-uglify": "0.2.0",
- "grunt": "0.4.1",
+ "grunt-contrib-watch": "~0.4.4",
+ "grunt-contrib-jshint": "~0.6.0",
+ "grunt-contrib-uglify": "~0.2.2",
"gzip-js": "0.3.1",
"testswarm": "~1.1.0",
"archiver": "~0.4.2"