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

fix package.json browser field

This commit is contained in:
Thomas Wilkerling
2024-01-10 11:17:04 +01:00
parent 12f48e64f7
commit 4c3966709f

View File

@@ -2,7 +2,7 @@
"public": true, "public": true,
"preferGlobal": false, "preferGlobal": false,
"name": "flexsearch", "name": "flexsearch",
"version": "0.7.42", "version": "0.7.43",
"description": "Next-Generation full text search library with zero dependencies.", "description": "Next-Generation full text search library with zero dependencies.",
"homepage": "https://github.com/nextapps-de/flexsearch/", "homepage": "https://github.com/nextapps-de/flexsearch/",
"author": "Thomas Wilkerling", "author": "Thomas Wilkerling",
@@ -30,8 +30,9 @@
"main": "dist/flexsearch.bundle.min.js", "main": "dist/flexsearch.bundle.min.js",
"module": "dist/flexsearch.bundle.module.min.js", "module": "dist/flexsearch.bundle.module.min.js",
"browser": { "browser": {
"dist/flexsearch.bundle.min.js": "dist/flexsearch.bundle.min.js", "dist/flexsearch.bundle.min.js": "./dist/flexsearch.bundle.min.js",
"dist/flexsearch.bundle.module.min.js": "dist/flexsearch.bundle.module.min.js" "dist/flexsearch.bundle.module.min.js": "./dist/flexsearch.bundle.module.min.js",
"worker_threads": false
}, },
"types": "./index.d.ts", "types": "./index.d.ts",
"scripts": { "scripts": {