Skip to content

Commit

Permalink
Init release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Jun 28, 2021
1 parent 8ed16a6 commit 9b0a63a
Show file tree
Hide file tree
Showing 3 changed files with 4,721 additions and 3,076 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.16.0
10.24.1
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test": "mocha test/*-test.js",
"unknowns": "mocha test/unknowns.js",
"lock": "node lock/lock-yaml.js && node lock/lock-js.js && node lock/lock-json.js && node lock/lock-html.js",
"prepublish": "npm run lock"
"prepublish": "npm run lock",
"release": "release-it"
},
"repository": {
"type": "git",
Expand All @@ -34,11 +35,17 @@
"live-server": "^1.2.1",
"mocha": "^3.5.0",
"nodemon": "^1.19.1",
"pug": "^2.0.4"
"pug": "^2.0.4",
"release-it": "^14.10.0"
},
"resolutions": {
"diff": ">= 3.5.0",
"growl": ">= 1.10.0",
"lodash": ">= 4.17.13"
},
"release-it": {
"github": {
"release": true
}
}
}
Loading

0 comments on commit 9b0a63a

Please sign in to comment.