We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b2096 commit 56bc6eeCopy full SHA for 56bc6ee
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.4";
+import { seq, str } from "jsr:@claudiu-ceia/combine@^0.2.5";
16
```
17
18
### Node (npm)
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@claudiu-ceia/combine",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"exports": "./mod.ts",
5
"publish": {
6
"exclude": ["bench/", "tests/", "npm/"]
0 commit comments