File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nlcst-normalize" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " nlcst utility to normalize a word for easier comparison" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ npm install nlcst-normalize
46
46
In Deno with [ ` esm.sh ` ] [ esmsh ] :
47
47
48
48
``` js
49
- import {normalize } from ' https://esm.sh/nlcst-normalize@3 '
49
+ import {normalize } from ' https://esm.sh/nlcst-normalize@4 '
50
50
```
51
51
52
52
In browsers with [ ` esm.sh ` ] [ esmsh ] :
53
53
54
54
``` html
55
55
<script type =" module" >
56
- import {normalize } from ' https://esm.sh/nlcst-normalize@3 ?bundle'
56
+ import {normalize } from ' https://esm.sh/nlcst-normalize@4 ?bundle'
57
57
</script >
58
58
```
59
59
You can’t perform that action at this time.
0 commit comments