mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-24 04:48:16 +00:00
add fields to package.json
- Adding a repository field means that people finding the project on npm are able to find the github source code - adding other fields that usually are good to have
This commit is contained in:
parent
d056272ae7
commit
671b787e52
@ -4,6 +4,12 @@
|
||||
"description": "Expose config variables to React Native apps",
|
||||
"keywords": ["env", "config", "config-var", "react-native", "android", "ios", "12factor"],
|
||||
"homepage": "https://github.com/luggg/react-native-config",
|
||||
"contributors": [],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/luggg/react-native-config"
|
||||
},
|
||||
"private": false,
|
||||
"author": "Pedro Belo",
|
||||
"files": [
|
||||
"android/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user