Commit 4b7f06f
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 passes1 parent 5d67015 commit 4b7f06f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments