This commit is contained in:
James Brumond 2023-05-06 14:01:23 -07:00
parent 29aab733b0
commit 60826941fa
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -29,7 +29,7 @@
"@types/qrcode": "^1.5.0",
"typescript": "^5.0.4"
},
"version": "0.1.1"
"version": "0.1.2"
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
@ -3483,5 +3483,5 @@
}
}
},
"version": "0.1.1"
"version": "0.1.2"
}

View File

@ -1,6 +1,6 @@
{
"name": "@doc-utils/markdown2html",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},