We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef7b5c commit eb1841cCopy full SHA for eb1841c
2 files changed
.github/workflows/ci.yml
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Publish package (tag only)
44
if: startsWith(github.ref, 'refs/tags/')
45
- run: deno publish
+ run: deno publish --allow-dirty
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@deno/gfm",
3
- "version": "0.10.0",
+ "version": "0.11.0",
4
"exports": "./mod.ts",
5
"nodeModulesDir": "auto",
6
"imports": {
0 commit comments