1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-30 17:20:17 +02:00

removing directory entries in exports package.json

This commit is contained in:
Thomas Wilkerling
2025-03-25 20:13:09 +01:00
parent 3ea1de592d
commit 718b73ecd0

View File

@@ -33,15 +33,12 @@
"./lang/*": "./dist/lang/*.min.js",
"./db/*": "./dist/db/*/index.cjs",
"./esm": "./dist/flexsearch.bundle.module.min.js",
"./esm/": "./dist/flexsearch.bundle.module.min.js",
"./esm/lang/*": "./dist/module/lang/*.js",
"./esm/db/*": "./dist/module/db/*/index.js",
"./debug": "./dist/flexsearch.bundle.debug.js",
"./debug/": "./dist/flexsearch.bundle.debug.js",
"./debug/lang/*": "./dist/lang/*.min.js",
"./debug/db/*": "./dist/db/*/index.cjs",
"./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/db/*": "./dist/module-debug/db/*/index.js"
},