Skip to content

Commit

Permalink
Fix setup-ios-permissions (zoontek#752)
Browse files Browse the repository at this point in the history
* Include react-native.config.js in NPM package

* Fix cosmicconfig import
  • Loading branch information
johnf authored Feb 27, 2023
1 parent a4c865d commit eb322ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"/windows",
"/src",
"/*.podspec",
"react-native.config.js",
"mock.js"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cosmiconfig = require('cosmiconfig');
const { cosmiconfig } = require('cosmiconfig');
const fs = require('fs/promises');
const path = require('path');
const pc = require('picocolors');
Expand Down

0 comments on commit eb322ab

Please sign in to comment.