diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-03-18 12:58:53 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2013-03-18 12:58:53 -0400 |
commit | 97e84fc68bb6fe07d5c4b85caa5ad37ea39dedc7 (patch) | |
tree | 74f8e95fb0abc88585982d2e2848e29e8ee8f249 /package.json | |
parent | d55c46659b6008855e59541aede4d529b20f4337 (diff) | |
download | jquery-97e84fc68bb6fe07d5c4b85caa5ad37ea39dedc7.tar.gz jquery-97e84fc68bb6fe07d5c4b85caa5ad37ea39dedc7.zip |
updated Grunt to 0.4.1
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 8910917c3..54df55aad 100644 --- a/package.json +++ b/package.json @@ -24,12 +24,12 @@ "dependencies": {}, "devDependencies": { "grunt-compare-size": "~0.4.0", - "grunt-git-authors": "1.0.0", + "grunt-git-authors": "1.2.0", "grunt-update-submodules": "0.2.0", - "grunt-contrib-watch": "0.1.4", + "grunt-contrib-watch": "0.3.1", "grunt-contrib-jshint": "0.1.1rc6", - "grunt-contrib-uglify": "0.1.1rc6", - "grunt": "0.4.0rc5", + "grunt-contrib-uglify": "0.1.2", + "grunt": "0.4.1", "testswarm": "0.2.2" }, "keywords": [] |