Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
19 lines
920 B
Diff
19 lines
920 B
Diff
diff --git a/package.json b/package.json
|
|
index c154e54029c94be444916fb2249941e7182d80ed..54a65c42a42c4627506e016132becc43b47a517c 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -28,13 +28,11 @@
|
|
"email": "info@nextapps.de"
|
|
},
|
|
"main": "dist/flexsearch.bundle.min.js",
|
|
- "module": "dist/flexsearch.bundle.module.min.js",
|
|
"browser": {
|
|
"dist/flexsearch.bundle.min.js": "./dist/flexsearch.bundle.min.js",
|
|
"dist/flexsearch.bundle.module.min.js": "./dist/flexsearch.bundle.module.min.js",
|
|
"worker_threads": false
|
|
},
|
|
- "types": "./index.d.ts",
|
|
"scripts": {
|
|
"build": "npm run copy && npm run build:bundle",
|
|
"build:bundle": "node task/build RELEASE=bundle DEBUG=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false",
|