diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-07-11 12:52:07 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-07-11 12:52:48 -0400 |
commit | c33108cad16ba6ff831d5cbc45b9dfbf12650e0e (patch) | |
tree | fce67971e6e3be882a76207ea114fb94768a4fe6 /package.json | |
parent | bc4e9763e217dfe237f24521a46412b7d52a9e0c (diff) | |
download | jquery-c33108cad16ba6ff831d5cbc45b9dfbf12650e0e.tar.gz jquery-c33108cad16ba6ff831d5cbc45b9dfbf12650e0e.zip |
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 2ae795396..b98eb051b 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ ], "dependencies": {}, "devDependencies": { - "grunt": "0.4.1", + "grunt": "~0.4.1", "grunt-compare-size": "~0.4.0", - "grunt-git-authors": "1.2.0", + "grunt-git-authors": "~1.2.0", "grunt-contrib-watch": "~0.4.4", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-uglify": "~0.2.2", - "gzip-js": "0.3.1", + "gzip-js": "0.3.2", "testswarm": "~1.1.0", - "archiver": "~0.4.2" + "archiver": "~0.4.6" }, "keywords": [] } |