Skip to content

Commit

Permalink
Update package.json to point to the latest grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejuby committed Apr 28, 2016
1 parent 41146a7 commit 5c6d142
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "Wget plugin for Grunt.",
"homepage": "https://github.com/shootaroo/grunt-wget",
"author": {
"name": "shootaroo",
"email": "shotaro.tsubouchi@gmail.com"
"name": "jakejuby",
"email": "jjuby@nimbleuser.com"
},
"repository": {
"type": "git",
"url": "git://github.com/shootaroo/grunt-wget.git"
"url": "git://github.com/jakejuby/grunt-wget.git"
},
"bugs": "https://github.com/shootaroo/grunt-wget/issues",
"bugs": "https://github.com/jakejuby/grunt-wget/issues",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
Expand All @@ -32,7 +32,7 @@
"request": "~2.40.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"jit-grunt": "~0.8.0"
Expand Down

0 comments on commit 5c6d142

Please sign in to comment.