Skip to content

Commit

Permalink
Major bump with release-it v16/Node.js v16
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 10, 2023
1 parent 292a48f commit 0cb27a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,19 @@
"devDependencies": {
"bron": "^2.0.3",
"mock-fs": "^5.1.4",
"release-it": "^15.3.0",
"sinon": "^14.0.0"
"release-it": "^16.0.0",
"sinon": "^15.2.0"
},
"peerDependencies": {
"release-it": "^15.0.0-esm.4"
"release-it": "^16.0.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"release-it": {
"github": {
"release": true
"release": true,
"tokenRef": "GITHUB_TOKEN_RELEASE_IT"
},
"hooks": {
"before:init": "npm test"
Expand Down

0 comments on commit 0cb27a8

Please sign in to comment.