Skip to content

Commit

Permalink
Merge pull request #16 from lisb/release/4.0.0
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
krdlab authored Mar 16, 2022
2 parents 8fe6b07 + dc83b34 commit ec0a643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisb-hubot",
"version": "3.5.1+forked.3.3.2",
"version": "4.0.0+forked.3.3.2",
"author": "hubot",
"keywords": [
"github",
Expand All @@ -15,13 +15,13 @@
"url": "https://github.com/lisb/hubot.git"
},
"dependencies": {
"hubot-direct": "^1.0.0",
"async": ">=0.1.0 <1.0.0",
"chalk": "^1.0.0",
"cline": "^0.8.2",
"coffeescript": "1.6.3",
"connect-multiparty": "^2.1.1",
"express": "^4.16.3",
"hubot-direct": ">=2 <3",
"log": "1.4.0",
"optparse": "1.0.4",
"scoped-http-client": "0.11.0"
Expand All @@ -41,8 +41,8 @@
"typescript": "^2.5.3"
},
"engines": {
"node": "> 4.0.0",
"npm": "> 2.0.0"
"node": ">= 12",
"npm": ">= 7"
},
"main": "./index",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit ec0a643

Please sign in to comment.