File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ _
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ npm test
Original file line number Diff line number Diff line change 14
14
Using npm:
15
15
16
16
```
17
- $ npm i --save rxjs-hooks
17
+ $ npm i --save rxjs-hooks rxjs
18
18
```
19
19
20
20
Or yarn:
21
21
22
22
```
23
- $ yarn add rxjs-hooks
23
+ $ yarn add rxjs-hooks rxjs
24
24
```
25
25
26
26
## Quick look
Original file line number Diff line number Diff line change 16
16
"test" : " NODE_ENV=test jest --no-cache --ci" ,
17
17
"lint" : " yarn lint:eslint && yarn lint:tsc" ,
18
18
"lint:eslint" : " eslint . --ext .ts,.tsx --fix --max-warnings 0" ,
19
- "lint:tsc" : " tsc -p ./tsconfig.json --noEmit"
19
+ "lint:tsc" : " tsc -p ./tsconfig.json --noEmit" ,
20
+ "prepare" : " husky install"
20
21
},
21
22
"repository" : {
22
23
"type" : " git" ,
62
63
"tslib" : " ^2.1.0" ,
63
64
"use-constant" : " ^1.0.0"
64
65
},
66
+ "peerDependencies" : {
67
+ "react" : " 17.0.1" ,
68
+ "rxjs" : " ^6.5.3"
69
+ },
65
70
"lint-staged" : {
66
71
"*.js" : [
67
72
" prettier --write" ,
Original file line number Diff line number Diff line change @@ -3622,8 +3622,8 @@ human-signals@^2.1.0:
3622
3622
3623
3623
husky@^5.2.0 :
3624
3624
version "5.2.0"
3625
- resolved "https://registry.yarnpkg.com /husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
3626
- integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg= =
3625
+ resolved "https://npm.lingkou.xyz /husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
3626
+ integrity sha1-/F4cIwDTSFXUfeR1NgfQCUP8CAI =
3627
3627
3628
3628
iconv-lite@0.4.24 :
3629
3629
version "0.4.24"
You can’t perform that action at this time.
0 commit comments