diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-03-18 12:51:04 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2013-03-18 12:51:04 -0400 |
commit | c5fc953d19436cfa706c2477c7bdcdc8b6cdd1e2 (patch) | |
tree | 339ae534b7d9e853c904e3d40abb8fd3730544f0 | |
parent | 92b23673e60569b74ac48304579866c839008e1a (diff) | |
download | jquery-c5fc953d19436cfa706c2477c7bdcdc8b6cdd1e2.tar.gz jquery-c5fc953d19436cfa706c2477c7bdcdc8b6cdd1e2.zip |
updated Grunt to 0.4.1 (needed for node 0.10.0 compatibility). Closes gh-1202
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index f07d3535d..115801a47 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": [] |