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 11{
22 "name" : " nlcst-normalize" ,
3- "version" : " 3.1.1 " ,
3+ "version" : " 4.0.0 " ,
44 "description" : " nlcst utility to normalize a word for easier comparison" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ npm install nlcst-normalize
4646In Deno with [ ` esm.sh ` ] [ esmsh ] :
4747
4848``` js
49- import {normalize } from ' https://esm.sh/nlcst-normalize@3 '
49+ import {normalize } from ' https://esm.sh/nlcst-normalize@4 '
5050```
5151
5252In browsers with [ ` esm.sh ` ] [ esmsh ] :
5353
5454``` html
5555<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'
5757 </script >
5858```
5959
You can’t perform that action at this time.
0 commit comments