Skip to content

Commit

Permalink
chore: setup release-it & remove engines
Browse files Browse the repository at this point in the history
  • Loading branch information
lnmunhoz committed Apr 1, 2020
1 parent 9cf4967 commit 6839961
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"bin": {
"i18n-codegen": "./dist/index.js"
},
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsc --watch",
"build": "tsc",
Expand All @@ -30,6 +27,17 @@
"pre-commit": "tsdx lint --fix"
}
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"hooks": {
"before:init": "npm test"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
Expand All @@ -44,7 +52,7 @@
"@types/jest": "^25.1.4",
"@types/sade": "^1.6.0",
"husky": "^4.2.3",
"release-it": "^13.5.0",
"release-it": "^13.5.1",
"rimraf": "^3.0.2",
"tsdx": "^0.13.1",
"tslib": "^1.11.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5701,10 +5701,10 @@ regjsparser@^0.6.4:
dependencies:
jsesc "~0.5.0"

release-it@^13.5.0:
version "13.5.0"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.5.0.tgz#716ec42c4c06ae1b5f7c667466aa62b3c645faaf"
integrity sha512-jArSTUaGzQiWjEUCwWG5chNmE1xNTaI9HQQhPPIJfzk+cL6KvT5MwRkaUQeJbTkrqlB5UjIM9sF35OMndEUuUA==
release-it@^13.5.1:
version "13.5.1"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.5.1.tgz#459b9e624c4b03391cdaab78e84cd14e373700c8"
integrity sha512-20t+aKKZxE2Wwh6Vi9jF3DINNJSHHuDxSkrCYvIsbAbj9Aj2An1lsRKAsCMcOio4go1TxOAWd3+iVt7KC6F+wg==
dependencies:
"@iarna/toml" "2.2.3"
"@octokit/rest" "17.1.4"
Expand Down

0 comments on commit 6839961

Please sign in to comment.