Skip to content

Commit

Permalink
deps: @nlib/changelog:0.3.0→0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbkz committed Aug 31, 2023
1 parent 34020bb commit f2c3d09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .githooks/commit-msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
npx nlib-lint-commit --input $1
npx @nlib/lint-commit --input $1
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
"build:esm:tsc": "tsc --project tsconfig.esm.json",
"build:esm:esmify": "nlib-esmify \"./esm/**/*\"",
"build:cjs": "tsc --project tsconfig.cjs.json",
"version": "run-s build:index version:*",
"version:changelog": "nlib-changelog --output CHANGELOG.md",
"version:add": "git add ."
"version": "npx @nlib/changelog --output CHANGELOG.md && git add CHANGELOG.md"
},
"devDependencies": {
"@nlib/changelog": "0.3.0",
"@nlib/changelog": "0.3.1",
"@nlib/eslint-config": "3.19.6",
"@nlib/esmify": "0.3.3",
"@nlib/githooks": "0.2.0",
Expand Down

0 comments on commit f2c3d09

Please sign in to comment.