mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
617 B
15 lines
617 B
diff --git a/node_modules/extract-files/package.json b/node_modules/extract-files/package.json
|
|
index 636fa03..1b75f79 100644
|
|
--- a/node_modules/extract-files/package.json
|
|
+++ b/node_modules/extract-files/package.json
|
|
@@ -34,6 +34,9 @@
|
|
"import": "./public/index.mjs",
|
|
"require": "./public/index.js"
|
|
},
|
|
+ "./public/extractFiles": "./public/extractFiles.js",
|
|
+ "./public/isExtractableFile": "./public/isExtractableFile.js",
|
|
+ "./public/ReactNativeFile": "./public/ReactNativeFile.js",
|
|
"./public/": "./public/",
|
|
"./package": "./package.json",
|
|
"./package.json": "./package.json"
|