Skip to content

Commit

Permalink
add peerDependency for grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Jan 5, 2014
1 parent fa93393 commit 07b913f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,24 @@
"type": "MIT"
}
],
"dependencies": {
"svg-merge": "0.0.0",
"q": "~1.0.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0",
"grunt": "~0.4.0rc2",
"grunt": "~0.4.0",
"load-grunt-tasks": "~0.2.0",
"jshint-stylish": "~0.1.3",
"grunt-simple-mocha": "~0.4.0",
"chai": "latest"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"svg-merge": "0.0.0",
"lodash": "~2.4.1",
"q": "~1.0.0"
}
}

0 comments on commit 07b913f

Please sign in to comment.