Skip to content

Commit

Permalink
fix: 🐛 include react-native.config in npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemasta committed Oct 3, 2019
1 parent 0e7de1f commit 083a181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"/ios",
"/src",
"/lib",
"/*.podspec"
"/*.podspec",
"react-native.config.js"
],
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 083a181

Please sign in to comment.