diff --git a/package.json b/package.json index 76eb25c..37c4b62 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "fuzzybear", - "version": "1.0.0", + "version": "1.0.1", "description": "Fuzzybear is a library for fuzzy string search with a special focus on short strings.", "author": "Itay Grudev", "license": "MIT", - "main": "fuzzybear.js", + "main": "./fuzzybear.js", "exports": "./fuzzybear.js", "type": "module", "jest": {