Skip to content

Commit 0f0b0f7

Browse files
committed
4.0.0
1 parent cc7d6c4 commit 0f0b0f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nlcst-search",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "nlcst utility to search for patterns in a tree",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ npm install nlcst-search
4747
In Deno with [`esm.sh`][esmsh]:
4848

4949
```js
50-
import {search} from 'https://esm.sh/nlcst-search@3'
50+
import {search} from 'https://esm.sh/nlcst-search@4'
5151
```
5252

5353
In browsers with [`esm.sh`][esmsh]:
5454

5555
```html
5656
<script type="module">
57-
import {search} from 'https://esm.sh/nlcst-search@3?bundle'
57+
import {search} from 'https://esm.sh/nlcst-search@4?bundle'
5858
</script>
5959
```
6060

0 commit comments

Comments
 (0)