Skip to content

Commit

Permalink
Move to peerDependencies. Closes #28.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambrid committed Sep 2, 2016
1 parent 5cd877a commit 7e30d98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
},
"peerDependencies": {
"hubot": "^2.19.0",
"i18n-2": "*"
"i18n-2": "*",
"lodash": "^4.13.1"
},
"engines": {
"node": ">= 4.2.0"
Expand All @@ -49,7 +50,6 @@
"index.js"
],
"dependencies": {
"ldapjs": "^1.0.0",
"lodash": "^4.13.1"
"ldapjs": "^1.0.0"
}
}

0 comments on commit 7e30d98

Please sign in to comment.