Skip to content

Commit

Permalink
Merge pull request #45 from gruntjs-updater/peerDep
Browse files Browse the repository at this point in the history
Update peerDependencies to support Grunt 1.0
  • Loading branch information
taichi committed Feb 21, 2016
2 parents 8b177d4 + 972b80f commit 388b3b1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,28 @@
},
"dependencies": {
"chalk": "1.1.1",
"istanbul" : "0.4.2",
"istanbul": "0.4.2",
"nue": "0.7.1"
},
"peerDependencies": {
"grunt": "~0.4.5"
"grunt": ">=0.4.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-clean" : "~0.7.0",
"grunt-contrib-clean": "~0.7.0",
"isparta": "^2.2.0",
"mkdirp": "~0.5.1",
"rimraf": "~2.5.1",
"dateformat" : "~1.0.12"
"dateformat": "~1.0.12"
},
"keywords": [
"gruntplugin","coverage","code coverage", "JS code coverage", "JS coverage","istanbul"
"gruntplugin",
"coverage",
"code coverage",
"JS code coverage",
"JS coverage",
"istanbul"
]
}

0 comments on commit 388b3b1

Please sign in to comment.