Skip to content

Commit 597ad59

Browse files
committed
package.json is ready to publish
1 parent 7e4bf59 commit 597ad59

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

package.json

Lines changed: 13 additions & 7 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.",
2+
"name": "react-native-switch-button",
3+
"version": "0.1.0",
4+
"description": "Animated switch button with fully customizable React Native Component",
55
"main": "./build/dist/SwitchButton.js",
6-
"repository": "git@github.com:WrathChaos/react-native-typescript-library-starter.git",
6+
"repository": "git@github.com:WrathChaos/react-native-switch-button.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-switch-button/issues",
1111
"keywords": [
12+
"switch",
13+
"toggle",
14+
"button",
15+
"switch-button",
16+
"toggle-button",
17+
"animated",
18+
"animation",
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+
"@freakycoder/react-native-bounceable": ">= 0.2.5"
3238
},
3339
"devDependencies": {
3440
"@types/react": "^16.9.53",

0 commit comments

Comments
 (0)