Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Sep 11, 2022
1 parent 3cb54e1 commit 1da89b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beuluis/hook-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "A small hook cli that can be used with for example husky",
"bin": {
"hook-cli": "./dist/index.js",
Expand Down Expand Up @@ -44,6 +44,11 @@
"tslib": "^2.4.0",
"typescript": "^4.7.2"
},
"keywords": ["cli", "hooks", "husky", "husky-hooks"],
"keywords": [
"cli",
"hooks",
"husky",
"husky-hooks"
],
"prettier": "@beuluis/prettier-config"
}

0 comments on commit 1da89b7

Please sign in to comment.