Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "rex <rx007@me.com>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"hubot": "^2.19.0",
"hubot": "^3.1.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update hubot without matching Node version support

The bump to hubot 3.1.0 is a major-version jump but the project still declares "node": "0.10.x". Hubot 3.x targets modern Node releases and uses language features unavailable in Node 0.10, so anyone using the documented engine will now hit install or runtime failures even though the rest of the project still implies Node 0.10 compatibility. Please raise the engine (and deployment runtime) to a supported Node version or hold the upgrade.

Useful? React with 👍 / 👎.

"hubot-business-cat": "^1.5.1",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.2.6",
Expand Down