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-is-literal" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " nlcst utility to check whether a node is meant literally" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ npm install nlcst-is-literal
4848In Deno with [ ` esm.sh ` ] [ esmsh ] :
4949
5050``` js
51- import {isLiteral } from ' https://esm.sh/nlcst-is-literal@2 '
51+ import {isLiteral } from ' https://esm.sh/nlcst-is-literal@3 '
5252```
5353
5454In browsers with [ ` esm.sh ` ] [ esmsh ] :
5555
5656``` html
5757<script type =" module" >
58- import {isLiteral } from ' https://esm.sh/nlcst-is-literal@2 ?bundle'
58+ import {isLiteral } from ' https://esm.sh/nlcst-is-literal@3 ?bundle'
5959 </script >
6060```
6161
You can’t perform that action at this time.
0 commit comments