Skip to content

Commit a90a253

Browse files
committed
add contributors to package.json
1 parent 4f47d80 commit a90a253

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"node": ">= 6.0.0"
2828
},
2929
"author": "Taehyun Kim <[email protected]> (https://github.com/kimxogus)",
30-
"contributors": [],
30+
"contributors": [
31+
"Thomas Schoffelen <[email protected]>"
32+
],
3133
"homepage": "https://github.com/kimxogus/react-native-version-check",
3234
"repository": {
3335
"type": "git",

packages/react-native-version-check-expo/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"app store version"
1616
],
1717
"license": "MIT",
18+
"author": "Taehyun Kim <[email protected]> (https://github.com/kimxogus)",
19+
"contributors": [
20+
"Taehyun Kim <[email protected]>",
21+
"Thomas Schoffelen <[email protected]>"
22+
],
1823
"files": [
1924
"src",
2025
"index.js",

packages/react-native-version-check/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"app store version"
1515
],
1616
"license": "MIT",
17+
"author": "Taehyun Kim <[email protected]> (https://github.com/kimxogus)",
18+
"contributors": [
19+
"Taehyun Kim <[email protected]>",
20+
"Thomas Schoffelen <[email protected]>"
21+
],
1722
"homepage": "https://github.com/kimxogus/react-native-version-check",
1823
"repository": {
1924
"type": "git",

0 commit comments

Comments
 (0)