Skip to content

Commit

Permalink
Upgrade hubot
Browse files Browse the repository at this point in the history
  • Loading branch information
yulii committed Oct 22, 2019
1 parent 586c984 commit be4e12f
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 635 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"hubot": ">= 2.16.0 < 3.0.0",
"hubot-scripts": ">= 2.16.0 < 3.0.0",
"hubot-slack": ">= 3.3.0 < 4.0.0"
"hubot": "^3.3.2",
"hubot-scripts": "^2.17.2",
"hubot-slack": "^4.7.1"
},
"devDependencies": {
"chai": "latest",
Expand All @@ -36,8 +36,8 @@
"mocha": "latest"
},
"engines": {
"node": "8.9.1",
"npm": "5.5.1"
"node": ">= 12.0.0",
"npm": ">= 6.0.0"
},
"scripts": {
"test": "mocha \"test/**/*.{js,coffee}\"",
Expand Down
Loading

0 comments on commit be4e12f

Please sign in to comment.