File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unist-util-remove-position" ,
3
- "version" : " 4 .0.2 " ,
3
+ "version" : " 5 .0.0 " ,
4
4
"description" : " unist utility to remove positions from a tree" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ npm install unist-util-remove-position
59
59
In Deno with [ ` esm.sh ` ] [ esmsh ] :
60
60
61
61
``` js
62
- import {removePosition } from ' https://esm.sh/unist-util-remove-position@4 '
62
+ import {removePosition } from ' https://esm.sh/unist-util-remove-position@5 '
63
63
```
64
64
65
65
In browsers with [ ` esm.sh ` ] [ esmsh ] :
66
66
67
67
``` html
68
68
<script type =" module" >
69
- import {removePosition } from ' https://esm.sh/unist-util-remove-position@4 ?bundle'
69
+ import {removePosition } from ' https://esm.sh/unist-util-remove-position@5 ?bundle'
70
70
</script >
71
71
```
72
72
You can’t perform that action at this time.
0 commit comments