Skip to content

Commit

Permalink
fix: remove notify dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Nov 5, 2021
1 parent 2847fa7 commit 9a583a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules npx jest --watch",
"coverage:view": "open-cli coverage/lcov-report/index.html",
"semantic-release": "npx semantic-release",
"prepare": "husky install"
"prepare": "husky install && chmod 755 .husky/*"
},
"author": {
"name": "<%= author %>",
Expand Down Expand Up @@ -72,7 +72,6 @@
"jest": {
"testEnvironment": "node",
"verbose": true,
"notify": true,
"collectCoverage": true,
"coverageThreshold": {
"global": {
Expand Down

0 comments on commit 9a583a8

Please sign in to comment.