Skip to content

Commit

Permalink
chore: Remove husky (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 25, 2023
1 parent 2a310ff commit bf94440
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"eslint": "eslint . --ext .ts",
"publish:ci": "semantic-release",
"publish:testing": "npm version prerelease --preid=testing --no-git-tag-version && npm publish --tag=testing && git stash",
"prepublishOnly": "npm run build",
"setup": "husky install"
"prepublishOnly": "npm run build"
},
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -61,7 +60,6 @@
"@types/through2": "^2.0.34",
"@types/yauzl": "^2.10.0",
"eslint": "^7.8.1",
"husky": "^5.0.4",
"jest": "^26.4.2",
"prettier": "^2.2.1",
"semantic-release": "^19.0.5",
Expand Down

0 comments on commit bf94440

Please sign in to comment.