mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-28 15:00:45 +00:00
[Infrastructure] Reduce npm package size (#523)
**To test:** ```sh npm pack --dry-run ``` **Diff:** | | package size | unpacked size | |---|---|---| |Before| 39.9 kB | 166.6 kB | |After| 37.4 kB | 160.4 kB | - https://unpkg.com/browse/react-native-config@1.4.1/windows/.gitignore
This commit is contained in:
parent
210ff68e13
commit
9fa6ddcee8
@ -28,7 +28,8 @@
|
||||
"windows/",
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"react-native-config.podspec"
|
||||
"react-native-config.podspec",
|
||||
"!.*ignore"
|
||||
],
|
||||
"types": "./index.d.ts",
|
||||
"license": "MIT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user