Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Only include necessary Android files in package (#598)
Browse files Browse the repository at this point in the history
Make sure Android local.properties, build/* and *.iml files are not included in npm package
  • Loading branch information
AndrewJack authored and janicduplessis committed Aug 2, 2019
1 parent 01eeace commit d2d41c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"prettier": "prettier \"./**/*.js\" --write"
},
"files": [
"android",
"android/src/main/AndroidManifest.xml",
"android/src/main/java/",
"android/build.gradle",
"ios",
"js",
"LICENSE.txt",
Expand Down

0 comments on commit d2d41c9

Please sign in to comment.