Skip to content

Commit 8e90862

Browse files
committed
chore: add files to be included in the package
1 parent 29fb2c9 commit 8e90862

File tree

1 file changed

+31
-25
lines changed

1 file changed

+31
-25
lines changed

package.json

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,36 @@
22
"name": "@react-native-community/progress-view",
33
"version": "1.0.0",
44
"description": "React Native Progress View iOS Library",
5-
"publishConfig": {
6-
"access": "public"
5+
"keywords": [
6+
"ProgressViewIOS",
7+
"progress",
8+
"progress view",
9+
"react native",
10+
"react-native"
11+
],
12+
"homepage": "https://github.com/react-native-community/react-native-progress-view#readme",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/react-native-community/react-native-progress-view.git"
716
},
17+
"license": "MIT",
18+
"author": "Kaiden Sin <[email protected]>",
19+
"files": [
20+
"android",
21+
"ios",
22+
"js",
23+
"react-native-progress-view.podspec"
24+
],
825
"main": "js/index.js",
926
"scripts": {
27+
"flow": "flow",
28+
"lint": "eslint .",
1029
"run:ios": "node node_modules/react-native/local-cli/cli.js run-ios --project-path \"./example/ios\"",
1130
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD",
12-
"flow": "flow",
13-
"test":"jest",
14-
"lint": "eslint ."
31+
"test": "jest"
1532
},
16-
"peerDependencies": {
17-
"react": "^16.8.3",
18-
"react-native": ">=0.59.5"
33+
"jest": {
34+
"preset": "react-native"
1935
},
2036
"dependencies": {},
2137
"devDependencies": {
@@ -35,21 +51,11 @@
3551
"react-native": "^0.61.5",
3652
"react-test-renderer": "16.8.3"
3753
},
38-
"jest": {
39-
"preset": "react-native"
40-
},
41-
"repository": {
42-
"type": "git",
43-
"url": "git+https://github.com/react-native-community/react-native-progress-view.git"
54+
"peerDependencies": {
55+
"react": "^16.8.3",
56+
"react-native": ">=0.59.5"
4457
},
45-
"keywords": [
46-
"react-native",
47-
"react native",
48-
"ProgressViewIOS",
49-
"progress",
50-
"progress view"
51-
],
52-
"author": "Kaiden Sin <[email protected]>",
53-
"license": "MIT",
54-
"homepage": "https://github.com/react-native-community/react-native-progress-view#readme"
55-
}
58+
"publishConfig": {
59+
"access": "public"
60+
}
61+
}

0 commit comments

Comments
 (0)