File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
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 1414Using npm:
1515
1616```
17- $ npm i --save rxjs-hooks
17+ $ npm i --save rxjs-hooks rxjs
1818```
1919
2020Or yarn:
2121
2222```
23- $ yarn add rxjs-hooks
23+ $ yarn add rxjs-hooks rxjs
2424```
2525
2626## Quick look
Original file line number Diff line number Diff line change 1616 "test" : " NODE_ENV=test jest --no-cache --ci" ,
1717 "lint" : " yarn lint:eslint && yarn lint:tsc" ,
1818 "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"
2021 },
2122 "repository" : {
2223 "type" : " git" ,
6263 "tslib" : " ^2.1.0" ,
6364 "use-constant" : " ^1.0.0"
6465 },
66+ "peerDependencies" : {
67+ "react" : " 17.0.1" ,
68+ "rxjs" : " ^6.5.3"
69+ },
6570 "lint-staged" : {
6671 "*.js" : [
6772 " prettier --write" ,
You can’t perform that action at this time.
0 commit comments