This commit is contained in:
James Brumond 2023-05-06 14:09:10 -07:00
parent 455915dd98
commit b5a427d669
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", "@types/qrcode": "^1.5.0",
"typescript": "^5.0.4" "typescript": "^5.0.4"
}, },
"version": "0.1.5" "version": "0.1.6"
}, },
"node_modules/@tootallnate/once": { "node_modules/@tootallnate/once": {
"version": "2.0.0", "version": "2.0.0",
@ -3483,5 +3483,5 @@
} }
} }
}, },
"version": "0.1.5" "version": "0.1.6"
} }

View File

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