Skip to content

Commit

Permalink
Merge pull request #89 from qraynaud/master
Browse files Browse the repository at this point in the history
use peerDependencies instead of dependencies for dustjs-linkedin module
  • Loading branch information
prashn64 committed Aug 4, 2014
2 parents 35d7153 + 02754ea commit 9984165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@
"views",
"helpers"
],
"dependencies": {
"peerDependencies": {
"dustjs-linkedin": "~2.4.0"
},
"devDependencies": {
"dustjs-linkedin": "~2.4.0",
"jasmine-node": "~1.13.0",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
Expand Down

0 comments on commit 9984165

Please sign in to comment.