Skip to content

Commit

Permalink
Fix npm pack build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdenz committed Apr 26, 2019
1 parent 790ec66 commit 4c0305d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.circleci
/.github
/example
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"name": "@react-native-community/react-native-progress-view",
"version": "1.0.0",
"description": "React Native Progress View iOS Library",
"main": "lib/commonjs/index.js",
"react-native": "js/index.js",
"module": "lib/module/index.js",
"files": [
"/js",
"/lib"
],
"publishConfig": {
"access": "public"
},
"main": "js/index.js",
"scripts": {
"run:ios": "node node_modules/react-native/local-cli/cli.js run-ios --project-path \"./example/ios\"",
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD",
Expand Down
Binary file not shown.

0 comments on commit 4c0305d

Please sign in to comment.