Skip to content

Commit

Permalink
fix package.json browser field
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed Jan 10, 2024
1 parent 12f48e6 commit 4c39667
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"public": true,
"preferGlobal": false,
"name": "flexsearch",
"version": "0.7.42",
"version": "0.7.43",
"description": "Next-Generation full text search library with zero dependencies.",
"homepage": "https://github.com/nextapps-de/flexsearch/",
"author": "Thomas Wilkerling",
Expand Down Expand Up @@ -30,8 +30,9 @@
"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"
"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": {
Expand Down

0 comments on commit 4c39667

Please sign in to comment.