We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7d6c4 commit 0f0b0f7Copy full SHA for 0f0b0f7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nlcst-search",
3
- "version": "3.1.1",
+ "version": "4.0.0",
4
"description": "nlcst utility to search for patterns in a tree",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -47,14 +47,14 @@ npm install nlcst-search
47
In Deno with [`esm.sh`][esmsh]:
48
49
```js
50
-import {search} from 'https://esm.sh/nlcst-search@3'
+import {search} from 'https://esm.sh/nlcst-search@4'
51
```
52
53
In browsers with [`esm.sh`][esmsh]:
54
55
```html
56
<script type="module">
57
- import {search} from 'https://esm.sh/nlcst-search@3?bundle'
+ import {search} from 'https://esm.sh/nlcst-search@4?bundle'
58
</script>
59
60
0 commit comments