Skip to content

Commit

Permalink
release-script
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Dec 12, 2022
1 parent 24bada7 commit 3bca10b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "git+https://github.com/klein0r/ioBroker.comfoairq"
},
"engines": {
"node": ">=14.0.0"
"node": ">=14.5.0"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.7",
Expand Down Expand Up @@ -72,12 +72,13 @@
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint --ext .js,.jsx",
"translate": "translate-adapter",
"release": "release-script patch --yes",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"bugs": {
"url": "https://github.com/klein0r/ioBroker.comfoairq/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 3bca10b

Please sign in to comment.