This commit is contained in:
James Brumond 2023-04-30 18:57:50 -07:00
parent 3aa03d381f
commit 21f11dcfd7
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View File

@ -28,7 +28,8 @@
"@types/prismjs": "^1.26.0", "@types/prismjs": "^1.26.0",
"@types/qrcode": "^1.5.0", "@types/qrcode": "^1.5.0",
"typescript": "^5.0.4" "typescript": "^5.0.4"
} },
"version": "0.1.1"
}, },
"node_modules/@tootallnate/once": { "node_modules/@tootallnate/once": {
"version": "2.0.0", "version": "2.0.0",
@ -3481,5 +3482,6 @@
"decamelize": "^1.2.0" "decamelize": "^1.2.0"
} }
} }
} },
"version": "0.1.1"
} }

View File

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