aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-07-11 12:52:07 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-07-11 12:59:44 -0400
commit4b7a0d4e0afa11db4ed523c2c1f4ffc3b2cc2823 (patch)
tree2bc9e050fb65aba37f8ef4d543b110267042bb42 /package.json
parentb7ea5c0f35d3f9e29480a849f1f78308e56067c7 (diff)
downloadjquery-4b7a0d4e0afa11db4ed523c2c1f4ffc3b2cc2823.tar.gz
jquery-4b7a0d4e0afa11db4ed523c2c1f4ffc3b2cc2823.zip
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283.
Conflicts: src/.jshintrc test/.jshintrc
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 84003205c..01fe0df25 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": []
}