File tree Expand file tree Collapse file tree 6 files changed +1189
-881
lines changed Expand file tree Collapse file tree 6 files changed +1189
-881
lines changed Original file line number Diff line number Diff line change 1+ NPM_TOKEN = your-token
2+ GH_TOKEN = your-token
Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ jsconfig.json
1414npm-debug.log
1515node_modules
1616yarn-error.log
17+
18+ .env
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "prepare" : " yarn build" ,
99 "build" : " yarn tsc" ,
10- "release" : " release-it " ,
10+ "release" : " auto shipit " ,
1111 "test" : " echo \" Error: no test specified\" && exit 1" ,
1212 "lint" : " eslint src/**/*.ts"
1313 },
14- "author" : " Nader Dabit" ,
15- "license" : " ISC" ,
1614 "peerDependencies" : {
1715 "react" : " >=16.8.0" ,
1816 "react-native" : " >=0.59"
1917 },
2018 "devDependencies" : {
19+ "@auto-it/all-contributors" : " ^9.10.7" ,
20+ "@auto-it/first-time-contributor" : " ^9.10.7" ,
2121 "@react-native-community/eslint-config" : " ^0.0.7" ,
2222 "@types/react" : " ^16.9.10" ,
2323 "@types/react-native" : " ^0.61.0" ,
24+ "all-contributors-cli" : " ^6.13.0" ,
25+ "auto" : " ^9.10.7" ,
2426 "eslint" : " ^6.8.0" ,
2527 "eslint-plugin-prettier" : " ^3.1.2" ,
2628 "prettier" : " ^1.19.1" ,
27- "release-it" : " ^12.3.5" ,
2829 "typescript" : " ^3.6.4"
2930 },
31+ "author" : " Nader Dabit" ,
32+ "license" : " ISC" ,
33+ "repository" : " react-native-community/hooks" ,
3034 "files" : [
3135 " lib"
32- ]
36+ ],
37+ "auto" : {
38+ "plugins" : [
39+ " npm" ,
40+ " all-contributors" ,
41+ " first-time-contributor" ,
42+ " released"
43+ ],
44+ "onlyPublishWithReleaseLabel" : true
45+ }
3346}
You can’t perform that action at this time.
0 commit comments