diff --git a/package.json b/package.json index 64ac8cb..1a4c7bb 100644 --- a/package.json +++ b/package.json @@ -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" },