Skip to content

Commit 483292b

Browse files
committed
Package.json update
1 parent d05ff7a commit 483292b

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
21
{
32
"name": "react-native-oracle-mobile-cloud",
43
"version": "1.0.0",
5-
"description": "",
4+
"description": "React Native library for consuming services on Oracle Mobile Cloud",
65
"main": "index.js",
76
"scripts": {
87
"test": "echo \"Error: no test specified\" && exit 1"
98
},
109
"keywords": [
1110
"react-native"
1211
],
13-
"author": "",
14-
"license": "",
12+
"author": "Vault Development",
13+
"license": "MIT",
1514
"peerDependencies": {
1615
"react-native": "^0.41.2"
17-
}
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/vault-development/react-native-oracle-mobile-cloud.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/vault-development/react-native-oracle-mobile-cloud/issues"
23+
},
24+
"homepage": "https://github.com/vault-development/react-native-oracle-mobile-cloud#readme"
1825
}

0 commit comments

Comments
 (0)