Skip to content

Commit

Permalink
chore: Remove grunt from peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinskipg committed May 8, 2016
1 parent 1d5f6b1 commit f6111d3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-changelog",
"description": "A git changelog based on ANGULAR JS commit standards",
"description": "A git changelog tool",
"version": "0.1.8",
"homepage": "https://github.com/rafinskipg/git-changelog",
"author": {
Expand All @@ -22,7 +22,7 @@
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.12.0"
},
"scripts": {
"pre-test": "grunt",
Expand All @@ -46,7 +46,7 @@
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^5.0.0",
"grunt": "^0.4.5",
"grunt": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-mocha-test": "^0.12.1",
Expand All @@ -55,9 +55,6 @@
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin, git, git-changelog, angularjs, angular, commit, log"
]
Expand Down

0 comments on commit f6111d3

Please sign in to comment.