We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93f74f commit bc3c6cdCopy full SHA for bc3c6cd
README.md
@@ -12,7 +12,7 @@ compose them into a grammar.
12
### Deno (JSR)
13
14
```ts
15
-import { seq, str } from "jsr:@claudiu-ceia/combine@^0.2.5";
+import { seq, str } from "jsr:@claudiu-ceia/combine@^0.2.6";
16
```
17
18
### Node (npm)
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@claudiu-ceia/combine",
3
- "version": "0.2.5",
+ "version": "0.2.6",
4
"exports": "./mod.ts",
5
"publish": {
6
"exclude": ["bench/", "tests/", "npm/"]
0 commit comments