Skip to content

Commit f3d0b0f

Browse files
authored
Update package.json
1 parent 2138454 commit f3d0b0f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,24 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [
10-
"react-native"
10+
"react-native",
11+
"android",
12+
"ios",
13+
"config-reader"
1114
],
1215
"author": "csath - chanakaathurugiriya@gmail.com",
1316
"license": "MIT",
1417
"peerDependencies": {
1518
"react-native": "^0.41.2",
1619
"react-native-windows": "0.41.0-rc.1"
17-
}
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/csath/react-native-config-reader.git"
24+
},
25+
"bugs": {
26+
"url": "https://github.com/csath/react-native-config-reader/issues"
27+
},
28+
"homepage": "https://github.com/csath/react-native-config-reader#readme"
29+
}
1830
}

0 commit comments

Comments
 (0)