mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-31 17:42:13 +02:00
removing directory entries in exports package.json
This commit is contained in:
@@ -33,15 +33,12 @@
|
|||||||
"./lang/*": "./dist/lang/*.min.js",
|
"./lang/*": "./dist/lang/*.min.js",
|
||||||
"./db/*": "./dist/db/*/index.cjs",
|
"./db/*": "./dist/db/*/index.cjs",
|
||||||
"./esm": "./dist/flexsearch.bundle.module.min.js",
|
"./esm": "./dist/flexsearch.bundle.module.min.js",
|
||||||
"./esm/": "./dist/flexsearch.bundle.module.min.js",
|
|
||||||
"./esm/lang/*": "./dist/module/lang/*.js",
|
"./esm/lang/*": "./dist/module/lang/*.js",
|
||||||
"./esm/db/*": "./dist/module/db/*/index.js",
|
"./esm/db/*": "./dist/module/db/*/index.js",
|
||||||
"./debug": "./dist/flexsearch.bundle.debug.js",
|
"./debug": "./dist/flexsearch.bundle.debug.js",
|
||||||
"./debug/": "./dist/flexsearch.bundle.debug.js",
|
|
||||||
"./debug/lang/*": "./dist/lang/*.min.js",
|
"./debug/lang/*": "./dist/lang/*.min.js",
|
||||||
"./debug/db/*": "./dist/db/*/index.cjs",
|
"./debug/db/*": "./dist/db/*/index.cjs",
|
||||||
"./esm/debug": "./dist/flexsearch.bundle.module.debug.js",
|
"./esm/debug": "./dist/flexsearch.bundle.module.debug.js",
|
||||||
"./esm/debug/": "./dist/flexsearch.bundle.module.debug.js",
|
|
||||||
"./esm/debug/lang/*": "./dist/module-debug/lang/*.js",
|
"./esm/debug/lang/*": "./dist/module-debug/lang/*.js",
|
||||||
"./esm/debug/db/*": "./dist/module-debug/db/*/index.js"
|
"./esm/debug/db/*": "./dist/module-debug/db/*/index.js"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user