Skip to content

Commit

Permalink
v1.0.1 Fixed typo in package.json library main file
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev authored May 31, 2022
1 parent a9ac5f4 commit 8a0120d
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,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": {
Expand Down

0 comments on commit 8a0120d

Please # to comment.