Skip to content

Commit 6ff22ac

Browse files
committed
Update package.json 📝
1 parent 4a661b3 commit 6ff22ac

1 file changed

Lines changed: 22 additions & 8 deletions

File tree

package.json

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,35 @@
11
{
22
"name": "react-native-flags-kit",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "1.0.1",
4+
"description": "React Native Flags Kit - React Native Flag component with all the flags in the world.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [
10-
"react-native"
10+
"react-native",
11+
"react",
12+
"react-component",
13+
"flags",
14+
"react-native-flags",
15+
"react-native-flags-kit",
16+
"react-flags"
1117
],
12-
"author": "",
13-
"license": "",
18+
"author": "Bunlong",
19+
"license": "MIT",
1420
"peerDependencies": {
15-
"react-native": "^0.41.2",
16-
"react-native-windows": "0.41.0-rc.1"
21+
"react-native": "^0.41.2"
1722
},
1823
"dependencies": {
1924
"prop-types": "^15.6.2"
20-
}
25+
},
26+
"bugs": {
27+
"url": "https://github.com/themodernjavascript/react-native-flags-kit/issues"
28+
},
29+
"homepage": "https://github.com/themodernjavascript/react-native-flags-kit",
30+
"repository": {
31+
"type": "git",
32+
"url": "https://github.com/themodernjavascript/react-native-flags-kit.git"
33+
},
34+
"nativePackage": true
2135
}

0 commit comments

Comments
 (0)