Skip to content

Commit

Permalink
fix: npm repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Miloas committed Mar 26, 2021
1 parent d34d033 commit 76a30f6
Show file tree
Hide file tree
Showing 4 changed files with 2,583 additions and 2,373 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"lint": "yarn lint:eslint && yarn lint:tsc",
"lint:eslint": "eslint . --ext .ts,.tsx --fix --max-warnings 0",
"lint:tsc": "tsc -p ./tsconfig.json --noEmit",
"test": "jest --collectCoverage"
"test": "jest --collectCoverage",
"prepare": "husky install"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -78,7 +79,7 @@
"eslint-plugin-react": "^7.21.5",
"husky": "^5.2.0",
"immer": "^9.0.1",
"jest": "^24.8.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"lodash": "^4.17.15",
"madge": "^4.0.1",
Expand All @@ -91,7 +92,7 @@
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2",
"shx": "^0.3.2",
"ts-jest": "^24.0.2",
"ts-jest": "^26.5.4",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
},
Expand Down
Loading

0 comments on commit 76a30f6

Please sign in to comment.