diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-10-25 21:26:44 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-10-25 21:26:44 +0200 |
commit | 95d1192d5378926e750d0494818323ff17be821e (patch) | |
tree | e1dd82ea8620f5c01cdc8fa5a40bcd3a3c772cf3 /package.json | |
parent | 35b2b94979ed3419e50b72ab3b84307269fa25e8 (diff) | |
download | jquery-95d1192d5378926e750d0494818323ff17be821e.tar.gz jquery-95d1192d5378926e750d0494818323ff17be821e.zip |
No ticket. Update npm devDependencies.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 2c380ced1..82ee4a6f0 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ ], "dependencies": {}, "devDependencies": { - "archiver": "~0.4.9", + "archiver": "~0.4.10", "grunt": "~0.4.1", "grunt-compare-size": "~0.4.0", - "grunt-contrib-jshint": "~0.6.4", + "grunt-contrib-jshint": "~0.7.0", "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-watch": "~0.5.3", "grunt-git-authors": "~1.2.0", - "grunt-jsonlint": "~1.0.0", + "grunt-jsonlint": "~1.0.1", "gzip-js": "0.3.2", "testswarm": "~1.1.0", "requirejs": "~2.1.9", |