Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged && git update-index --again && npm run build-ts -- --noEmit --incremental
6 changes: 3 additions & 3 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@passportship/validator-list",
"description": "Validator",
"version": "0.0.9",
"version": "1.0.0",
"engines": {
"node": ">=20.6.0",
"npm": ">=9.8.0"
Expand All@@ -26,7 +26,7 @@
"feature-hotfix": "bin/feature-to-hotfix.sh",
"lint": "node ./node_modules/eslint/bin/eslint.js ./",
"lint-fix": "npm run lint -- --fix",
"prepare": "husky install",
"prepare": "husky",
"prepack": "npm run build",
"prepublishOnly": "npm run build",
"release": "export GIT_MERGE_AUTOEDIT=no && npm --no-git-tag-version version patch && RELEASE_VERSION=$(node -p -e \"require('./package.json').version\") && git checkout package.json package-lock.json && git flow release start v$RELEASE_VERSION && npm version patch --message \"bump server version to %s\" && git flow release finish -n v$RELEASE_VERSION && unset GIT_MERGE_AUTOEDIT",
Expand All@@ -42,8 +42,8 @@
"@types/lodash": "^4.14.76",
"@types/node": "20.6.0",
"@types/underscore.string": "^0.0.41",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"typescript": "^5.7.2"
},
"keywords": [
Expand Down