cleanup
Some checks failed
Build and test / build-and-test (18.x) (push) Failing after 11s
Build and test / build-and-test (20.x) (push) Failing after 19s

This commit is contained in:
James Brumond 2023-08-18 17:20:51 -07:00
parent fbe142f12f
commit 34c4144c3d
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -2,7 +2,7 @@
"name": "@doc-utils/docs2website", "name": "@doc-utils/docs2website",
"version": "0.1.6", "version": "0.1.6",
"publishConfig": { "publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/" "registry": "https://gitea.jbrumond.me/api/packages/doc-utils/npm/"
}, },
"scripts": { "scripts": {
"tsc": "tsc", "tsc": "tsc",
@ -22,7 +22,7 @@
"typescript": "^5.0.4" "typescript": "^5.0.4"
}, },
"dependencies": { "dependencies": {
"@doc-utils/color-themes": "^0.1.15", "@doc-utils/color-themes": "^0.2.0",
"@doc-utils/jsonschema2markdown": "^0.1.1", "@doc-utils/jsonschema2markdown": "^0.1.1",
"@doc-utils/markdown2html": "^0.3.4", "@doc-utils/markdown2html": "^0.3.4",
"glob": "^10.2.3", "glob": "^10.2.3",