Skip to content

Commit

Permalink
Corrected package.json exports configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Feb 18, 2022
1 parent 5d89245 commit 1a75753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "fuzzybear",
"version": "0.0.8",
"version": "0.0.9",
"description": "Fuzzybear is a library for fuzzy string search with a special focus on short strings.",
"author": "Itay Grudev",
"license": "MIT",
"main": "fuzzybear.js",
"exports": "fuzzybear.js",
"exports": "./fuzzybear.js",
"type": "module",
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit 1a75753

Please # to comment.