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
14
14
npm-debug.log
15
15
node_modules
16
16
yarn-error.log
17
+
18
+ .env
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"prepare" : " yarn build" ,
9
9
"build" : " yarn tsc" ,
10
- "release" : " release-it " ,
10
+ "release" : " auto shipit " ,
11
11
"test" : " echo \" Error: no test specified\" && exit 1" ,
12
12
"lint" : " eslint src/**/*.ts"
13
13
},
14
- "author" : " Nader Dabit" ,
15
- "license" : " ISC" ,
16
14
"peerDependencies" : {
17
15
"react" : " >=16.8.0" ,
18
16
"react-native" : " >=0.59"
19
17
},
20
18
"devDependencies" : {
19
+ "@auto-it/all-contributors" : " ^9.10.7" ,
20
+ "@auto-it/first-time-contributor" : " ^9.10.7" ,
21
21
"@react-native-community/eslint-config" : " ^0.0.7" ,
22
22
"@types/react" : " ^16.9.10" ,
23
23
"@types/react-native" : " ^0.61.0" ,
24
+ "all-contributors-cli" : " ^6.13.0" ,
25
+ "auto" : " ^9.10.7" ,
24
26
"eslint" : " ^6.8.0" ,
25
27
"eslint-plugin-prettier" : " ^3.1.2" ,
26
28
"prettier" : " ^1.19.1" ,
27
- "release-it" : " ^12.3.5" ,
28
29
"typescript" : " ^3.6.4"
29
30
},
31
+ "author" : " Nader Dabit" ,
32
+ "license" : " ISC" ,
33
+ "repository" : " react-native-community/hooks" ,
30
34
"files" : [
31
35
" lib"
32
- ]
36
+ ],
37
+ "auto" : {
38
+ "plugins" : [
39
+ " npm" ,
40
+ " all-contributors" ,
41
+ " first-time-contributor" ,
42
+ " released"
43
+ ],
44
+ "onlyPublishWithReleaseLabel" : true
45
+ }
33
46
}
You can’t perform that action at this time.
0 commit comments