Skip to content

Commit 4c0305d

Browse files
committed
Fix npm pack build
1 parent 790ec66 commit 4c0305d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.circleci
2+
/.github
3+
/example

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
"name": "@react-native-community/react-native-progress-view",
33
"version": "1.0.0",
44
"description": "React Native Progress View iOS Library",
5-
"main": "lib/commonjs/index.js",
6-
"react-native": "js/index.js",
7-
"module": "lib/module/index.js",
8-
"files": [
9-
"/js",
10-
"/lib"
11-
],
5+
"publishConfig": {
6+
"access": "public"
7+
},
8+
"main": "js/index.js",
129
"scripts": {
1310
"run:ios": "node node_modules/react-native/local-cli/cli.js run-ios --project-path \"./example/ios\"",
1411
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD",
Binary file not shown.

0 commit comments

Comments
 (0)