Skip to content

Commit e76f718

Browse files
Update package.json
1 parent fad3bbc commit e76f718

File tree

1 file changed

+36
-22
lines changed

1 file changed

+36
-22
lines changed

package.json

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
2-
"name": "reactnativeflatlistwrapper",
3-
"version": "0.0.1",
4-
"private": true,
2+
"name": "flatlist-view-control-rn",
3+
"version": "1.0.1",
4+
"description": "A Flatlist react native full wrapper!",
5+
"main": "src/index",
6+
"react-native": "src/index",
7+
"source": "src/index",
58
"scripts": {
6-
"android": "react-native run-android",
7-
"ios": "react-native run-ios",
8-
"start": "react-native start",
9-
"test": "jest",
10-
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
9+
"test": "echo \"Error: no test specified\" && exit 1"
1110
},
12-
"dependencies": {
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/DEVfancybear/react-native-flatlist-wrapper.git"
14+
},
15+
"peerDependencies": {
1316
"react": "17.0.1",
1417
"react-fast-compare": "^3.2.0",
1518
"react-native": "0.64.0"
@@ -28,18 +31,29 @@
2831
"react-test-renderer": "17.0.1",
2932
"typescript": "^3.8.3"
3033
},
31-
"resolutions": {
32-
"@types/react": "^17"
34+
"keywords": [
35+
"flatlist",
36+
"flatlist",
37+
"wrapper",
38+
"flatlist",
39+
"control",
40+
"react-native",
41+
"rn",
42+
"react",
43+
"native",
44+
"fresh",
45+
"react",
46+
"native",
47+
"load",
48+
"more",
49+
"pull",
50+
"to",
51+
"refresh"
52+
],
53+
"author": "DuongLT",
54+
"license": "MIT",
55+
"bugs": {
56+
"url": "https://github.com/DEVfancybear/react-native-flatlist-wrapper/issues"
3357
},
34-
"jest": {
35-
"preset": "react-native",
36-
"moduleFileExtensions": [
37-
"ts",
38-
"tsx",
39-
"js",
40-
"jsx",
41-
"json",
42-
"node"
43-
]
44-
}
58+
"homepage": "https://github.com/DEVfancybear/react-native-flatlist-wrapper#readme"
4559
}

0 commit comments

Comments
 (0)