File tree Expand file tree Collapse file tree 2 files changed +1263
-30
lines changed Expand file tree Collapse file tree 2 files changed +1263
-30
lines changed Original file line number Diff line number Diff line change 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
29
"release-it" : " ^12.3.5" ,
28
30
"typescript" : " ^3.6.4"
29
31
},
32
+ "author" : " Nader Dabit" ,
33
+ "license" : " ISC" ,
34
+ "repository" : " react-native-community/hooks" ,
30
35
"files" : [
31
36
" lib"
32
- ]
37
+ ],
38
+ "auto" : {
39
+ "plugins" : [
40
+ " npm" ,
41
+ " all-contributors" ,
42
+ " first-time-contributor" ,
43
+ " released"
44
+ ],
45
+ "onlyPublishWithReleaseLabel" : true
46
+ }
33
47
}
You can’t perform that action at this time.
0 commit comments