Skip to content

Commit b19264a

Browse files
committed
trying out auto
1 parent 0a06a96 commit b19264a

File tree

2 files changed

+1263
-30
lines changed

2 files changed

+1263
-30
lines changed

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,37 @@
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",
2729
"release-it": "^12.3.5",
2830
"typescript": "^3.6.4"
2931
},
32+
"author": "Nader Dabit",
33+
"license": "ISC",
34+
"repository": "react-native-community/hooks",
3035
"files": [
3136
"lib"
32-
]
37+
],
38+
"auto": {
39+
"plugins": [
40+
"npm",
41+
"all-contributors",
42+
"first-time-contributor",
43+
"released"
44+
],
45+
"onlyPublishWithReleaseLabel": true
46+
}
3347
}

0 commit comments

Comments
 (0)