Skip to content

Commit

Permalink
Depend on slackhq/hubot-slack for robot.react
Browse files Browse the repository at this point in the history
Added via slackapi/hubot-slack#363. When a new release beyond 4.10.0 is
released with this change, a future commit will update the dependency
accordingly.
  • Loading branch information
mbland committed Oct 7, 2016
1 parent 7ca6785 commit bd799d6
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 @@ -11,8 +11,8 @@
},
"dependencies": {},
"peerDependencies": {
"hubot": "2.x",
"hubot-slack": "4.x"
"hubot": "^2.19.0",
"hubot-slack": "slackhq/hubot-slack"
},
"devDependencies": {
"browserify": "^13.0.0",
Expand All @@ -28,7 +28,7 @@
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"hubot": "^2.19.0",
"hubot-slack": "^4.10.0",
"hubot-slack": "slackhq/hubot-slack",
"hubot-test-helper": "^1.3.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
Expand Down

0 comments on commit bd799d6

Please sign in to comment.