Skip to content

Commit 4b7f06f

Browse files
authored
fix: add missing files to whitelist in package.json (#2673)
## Description Recently I've added new directory `android/src/versioned` with several source code files in #2660, however I've forgotten to include this directory in npm whitelist files, so they didn't get included in latest release (4.7.0-beta.2). Fixing this in this PR. ## Test code and steps to reproduce Verified with `npm pack --dry-run` that these files are now included. ## Checklist - [ ] Ensured that CI passes
1 parent 5d67015 commit 4b7f06f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"android/src/main/res",
4242
"android/src/fabric/",
4343
"android/src/paper/",
44+
"android/src/versioned/",
4445
"android/build.gradle",
4546
"android/CMakeLists.txt",
4647
"ios/",

0 commit comments

Comments
 (0)