Skip to content

Commit

Permalink
chore(eslint): remove peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
TDA committed Jun 24, 2016
1 parent 06fb18a commit 9647b6c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,15 @@
"q": "0.8.x"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt": "^1.0.1",
"grunt-complexity": "~0.1.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-qunit": "~0.1.1",
"semver": "~1.1.4",
"grunt-complexity": "~0.1.3",
"grunt-plato": "~0.2.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
"grunt-plato": "~0.2.1",
"semver": "~1.1.4"
},
"keywords": [
"gruntplugin",
Expand Down

0 comments on commit 9647b6c

Please sign in to comment.