Skip to content

Commit 03d621b

Browse files
committedAug 2, 2022
Fix module bug
1 parent 9752c85 commit 03d621b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "fastest-levenshtein",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "Fastest Levenshtein distance implementation in JS.",
55
"main": "mod.js",
66
"types": "mod.d.ts",
7-
"module": "./esm/mod.esm.js",
7+
"module": "./esm/mod.js",
88
"repository": {
99
"type": "git",
1010
"url": "git+https://github.com/ka-weihe/fastest-levenshtein.git"

0 commit comments

Comments
 (0)
Please sign in to comment.