diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-07-10 12:00:26 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-07-10 12:00:26 -0400 |
commit | b13d8229ae25a6c48b1d59a0e592cde154e063f0 (patch) | |
tree | e4d67e08ed8ef07467fcbf40e29c7c71244292f1 /package.json | |
parent | c93f91e33ee25e60683fd05ae0210c9b07f2e2ac (diff) | |
download | jquery-b13d8229ae25a6c48b1d59a0e592cde154e063f0.tar.gz jquery-b13d8229ae25a6c48b1d59a0e592cde154e063f0.zip |
Include Sizzle and Qunit with bower. Fixes #14118.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
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" |