diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-12-21 18:26:56 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2013-03-12 11:00:32 +0100 |
commit | f87b4e0f4ac2342dff260c32aa8d08148e76f7a4 (patch) | |
tree | 1031693b9a273aba07d4822ab88a32cb6f41f4a5 /package.json | |
parent | 4d67f4f34908a50ef88f95df4103ee001b777e45 (diff) | |
download | jquery-ui-f87b4e0f4ac2342dff260c32aa8d08148e76f7a4.tar.gz jquery-ui-f87b4e0f4ac2342dff260c32aa8d08148e76f7a4.zip |
Build: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css and grunt-html, update custom tasks. Drop qunit-junit plugin, not worth the trouble. Update release script to run grunt-prepare after npm-install.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/package.json b/package.json index ae8b13dc8..89667bf34 100644 --- a/package.json +++ b/package.json @@ -53,13 +53,16 @@ ], "dependencies": {}, "devDependencies": { - "grunt": "~0.3.17", - "grunt-css": "0.2.0", - "grunt-compare-size": "0.1.4", - "grunt-html": "0.1.1", - "grunt-junit": "0.1.5", - "grunt-git-authors": "1.0.0", - "rimraf": "2.0.1", + "grunt": "0.4.0", + "grunt-contrib-jshint": "0.1.1", + "grunt-contrib-uglify": "0.1.1", + "grunt-contrib-concat": "0.1.3", + "grunt-contrib-qunit": "0.1.1", + "grunt-css": "0.5.4", + "grunt-compare-size": "0.3.1", + "grunt-html": "0.3.3", + "grunt-git-authors": "1.1.0", + "rimraf": "2.1.4", "testswarm": "1.0.0-alpha" }, "keywords": [] |