0.1.8
Some checks failed
Build and publish / build-and-publish (push) Failing after 11s

This commit is contained in:
James Brumond 2023-08-19 16:04:40 -07:00
parent f48d0a6194
commit e99170f015
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@doc-utils/docs2website",
"version": "0.1.7",
"version": "0.1.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@doc-utils/docs2website",
"version": "0.1.7",
"version": "0.1.8",
"dependencies": {
"@doc-utils/color-themes": "^0.2.0",
"@doc-utils/jsonschema2markdown": "^0.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@doc-utils/docs2website",
"version": "0.1.7",
"version": "0.1.8",
"publishConfig": {
"registry": "https://gitea.jbrumond.me/api/packages/doc-utils/npm/"
},