Skip to content

Commit 88e10f0

Browse files
committed
package.json is updated
1 parent 5b8b8ce commit 88e10f0

File tree

2 files changed

+10
-31
lines changed

2 files changed

+10
-31
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,6 @@
1515
src="assets/Screenshots/typescript.jpg" />
1616
</p>
1717

18-
## Library Usage
19-
20-
- `npm i`
21-
- Delete example folder
22-
- Delete build folder
23-
- Make your own library into the `lib` folder
24-
- Change package.json
25-
- Change README for your own documentation
26-
- `npm run build`
27-
28-
```
29-
> react-native-typescript-library-starter@0.1.0 build /Users/kuray/Coursion/MyLibraries/ReactNative/react-native-typescript-library-starter
30-
> cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!
31-
32-
Build completed!
33-
```
34-
35-
- Test your build/dist into the new project
36-
- Finally, time to npm publish :)
37-
38-
### Below part is for Documentation ! Remove above Library Usage
39-
4018
# Installation
4119

4220
Add the dependency:

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
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-text-input-interactive",
3+
"version": "0.1.0",
4+
"description": "Fully customizable, animated text input for React Native with beautiful and elegant design",
55
"main": "./build/dist/index.js",
6-
"repository": "git@github.com:WrathChaos/react-native-typescript-library-starter.git",
6+
"repository": "git@github.com:WrathChaos/react-native-text-input-interactive.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-text-input-interactive/issues",
1111
"keywords": [
12+
"text-input",
13+
"text-field",
14+
"interactive",
15+
"animated",
1216
"FreakyCoder",
1317
"freakycoder",
1418
"kuray",
@@ -26,10 +30,7 @@
2630
"version": "npm run format && git add -A src",
2731
"postversion": "git push && git push --tags"
2832
},
29-
"peerDependencies": {
30-
"react": ">= 16.x.x",
31-
"react-native": ">=0.63.x"
32-
},
33+
"peerDependencies": {},
3334
"devDependencies": {
3435
"@types/react": "^16.9.53",
3536
"@types/react-native": "^0.63.25",

0 commit comments

Comments
 (0)