Skip to content

Commit

Permalink
fix: set null as default for exclude glob patterns (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Oct 10, 2022
1 parent 665983b commit 5403474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
},
"expo.appManifest.fileReferences.excludeGlobPatterns": {
"type": "object",
"default": null,
"patternProperties": {
".*": {
"type": "boolean",
Expand Down

0 comments on commit 5403474

Please sign in to comment.