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-is-literal" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " nlcst utility to check whether a node is meant literally" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ npm install nlcst-is-literal
48
48
In Deno with [ ` esm.sh ` ] [ esmsh ] :
49
49
50
50
``` js
51
- import {isLiteral } from ' https://esm.sh/nlcst-is-literal@2 '
51
+ import {isLiteral } from ' https://esm.sh/nlcst-is-literal@3 '
52
52
```
53
53
54
54
In browsers with [ ` esm.sh ` ] [ esmsh ] :
55
55
56
56
``` html
57
57
<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'
59
59
</script >
60
60
```
61
61
You can’t perform that action at this time.
0 commit comments