package updates for publishing

This commit is contained in:
James Brumond 2023-04-30 18:48:41 -07:00
parent cee1d41d6f
commit 84d6243b2c
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -1,6 +1,9 @@
{ {
"name": "markdown-to-html", "name": "@doc-utils/markdown2html",
"private": true, "version": "0.1.0",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},
"scripts": { "scripts": {
"tsc": "tsc" "tsc": "tsc"
}, },