Skip to content

Commit

Permalink
fix: hooks not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin-ZS committed Dec 22, 2020
1 parent a260090 commit 9358d52
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 6 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest --runInBand --no-cache",
"server": "node ./scripts/server",
"start": "node ./scripts/server",
"build": "esbuild ./src/index.ts --target=es6 --global-name=bow --platform=browser --loader:.ts=ts --bundle --sourcemap --outfile=dist/bow.js"
},
"husky": {
Expand All @@ -31,7 +31,7 @@
"browser-sync": "2.26.12",
"esbuild": "0.7.5",
"eslint": "7.9.0",
"husky": "^5.0.6",
"husky": "2.7.0",
"jest": "26.6.3",
"ts-jest": "26.4.4",
"typescript": "4.0.3"
Expand Down

0 comments on commit 9358d52

Please sign in to comment.