Skip to content

Commit

Permalink
Update grunt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kswedberg committed Jun 9, 2015
1 parent a22d7ae commit 005f08a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
"jquery": ">=1.3"
},
"devDependencies": {
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-concat": "~0.1.2",
"grunt-shell": "~0.2",
"grunt-contrib-qunit": "~0.1.1",
"grunt-version": "~0.2.1"
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^1.1.2",
"grunt-version": "^1.0.0"
},
"keywords": [
"jquery-plugin",
Expand Down

0 comments on commit 005f08a

Please sign in to comment.