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:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user