pruny 1.43.0 → 1.43.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16532,7 +16532,9 @@ var DEFAULT_CONFIG = {
|
|
|
16532
16532
|
"**/.husky/**",
|
|
16533
16533
|
"**/.swc/**",
|
|
16534
16534
|
"**/generated/**",
|
|
16535
|
-
"**/storybook-static/**"
|
|
16535
|
+
"**/storybook-static/**",
|
|
16536
|
+
"**/ios/**",
|
|
16537
|
+
"**/android/**"
|
|
16536
16538
|
],
|
|
16537
16539
|
files: [],
|
|
16538
16540
|
links: []
|