Skip to content

Commit 1a9fe42

Browse files
committed
new: package.json is here
1 parent 37821c3 commit 1a9fe42

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

package.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
2-
"name": "react-native-typescript-library-starter",
3-
"version": "1.0.5",
4-
"description": "Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples.",
5-
"main": "./build/dist/index.js",
6-
"repository": "git@github.com:WrathChaos/react-native-typescript-library-starter.git",
2+
"name": "react-native-bouncy-checkbox-group",
3+
"version": "0.1.0",
4+
"description": "Fully customizable bouncy checkbox group for React Native",
5+
"main": "./build/dist/BouncyCheckboxGroup.js",
6+
"repository": "git@github.com:WrathChaos/react-native-bouncy-checkbox-group.git",
77
"author": "FreakyCoder <kurayogun@gmail.com>",
88
"license": "MIT",
99
"homepage": "https://www.freakycoder.com",
10-
"bugs": "https://github.com/WrathChaos/react-native-typescript-library-starter/issues",
10+
"bugs": "https://github.com/WrathChaos/react-native-bouncy-checkbox-group/issues",
1111
"keywords": [
12+
"checkbox",
13+
"checkbox-group",
14+
"group",
15+
"switch",
16+
"switch-group",
17+
"bouncy",
18+
"animated",
1219
"FreakyCoder",
1320
"freakycoder",
1421
"kuray",
@@ -27,8 +34,7 @@
2734
"postversion": "git push && git push --tags"
2835
},
2936
"peerDependencies": {
30-
"react": ">= 16.x.x",
31-
"react-native": ">=0.63.x"
37+
"react-native-bouncy-checkbox": ">= 2.1.5"
3238
},
3339
"devDependencies": {
3440
"@types/react": "^16.9.53",

0 commit comments

Comments
 (0)