Skip to content

Commit

Permalink
Change husky version
Browse files Browse the repository at this point in the history
  • Loading branch information
bameyrick committed May 28, 2021
1 parent 29f0e22 commit e91570c
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 20 deletions.
125 changes: 121 additions & 4 deletions package-lock.json

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

19 changes: 3 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
"name": "concurrently-await",
"version": "1.0.0",
"description": "Run commands concurrently with option to wait for a condition to match before moving to next command",
"keywords": [
"concurrent",
"await",
"wait",
"log",
"scripts",
"command",
"sh",
"bash",
"parallel",
"concurrently"
],
"keywords": ["concurrent", "await", "wait", "log", "scripts", "command", "sh", "bash", "parallel", "concurrently"],
"author": "Ben Meyrick <[email protected]>",
"license": "MIT",
"engines": {
Expand All @@ -33,9 +22,7 @@
"prettier --print-width 140 --single-quote --arrow-parens avoid --trailing-comma es5 --parser typescript --write",
"npm run lint"
],
"*.json": [
"prettier --print-width 140 --single-quote --trailing-comma es5 --parser json --write"
]
"*.json": ["prettier --print-width 140 --single-quote --trailing-comma es5 --parser json --write"]
},
"husky": {
"hooks": {
Expand All @@ -49,7 +36,7 @@
"devDependencies": {
"@types/node": "^15.6.1",
"@types/yargs": "^17.0.0",
"husky": "^6.0.0",
"husky": "^4.3.8",
"lint-staged": "^11.0.0",
"npm-check": "^5.9.2",
"prettier": "^2.3.0",
Expand Down

0 comments on commit e91570c

Please sign in to comment.