Skip to content

Commit

Permalink
fix(deps): Add accept grunt >= 1.0.0
Browse files Browse the repository at this point in the history
* Set grunt peer dependency value to >= 0.4
* Update other grunt dependencies
  • Loading branch information
nicojs committed Apr 21, 2017
1 parent 54bcadd commit 29131a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/grunt-stryker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-npm": "0.0.2",
"jasmine-core": "^2.4.1",
Expand All @@ -47,7 +47,7 @@
"stryker-karma-runner": "^0.2.0"
},
"peerDependencies": {
"grunt": "~0.4.5",
"grunt": ">=0.4.5",
"stryker": "^0.4.1"
}
}

0 comments on commit 29131a5

Please sign in to comment.