Skip to content

Commit

Permalink
Merge pull request #25 from /issues/24
Browse files Browse the repository at this point in the history
move to peerDependencies. Closes #24.
  • Loading branch information
chambrid committed Sep 2, 2016
2 parents a17e603 + aab1dfa commit 1749c1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@
"rewire": "2.5.1"
},
"peerDependencies": {
"hubot": "^2.19.0"
"hubot": "^2.19.0",
"hubot-cf-convenience": ">=0.0.13",
"hubot-ibmcloud-activity-emitter": ">=0.0.3",
"hubot-ibmcloud-cognitive-lib": ">=0.0.40",
"hubot-ibmcloud-utils": ">=0.0.14",
"i18n-2": "^0.6.3"
},
"engines": {
"node": ">= 4.2.0"
Expand All @@ -61,11 +66,6 @@
"dependencies": {
"dateformat": "^1.0.12",
"elasticsearch": "^11.0.1",
"hubot-cf-convenience": "latest",
"hubot-ibmcloud-activity-emitter": "latest",
"hubot-ibmcloud-cognitive-lib": ">=0.0.19",
"hubot-ibmcloud-utils": "latest",
"i18n-2": "^0.6.3",
"url": "^0.11.0"
}
}

0 comments on commit 1749c1e

Please sign in to comment.