0.2.0
All checks were successful
Build and publish / build (push) Successful in 13s
Build and test / build (14.x) (push) Successful in 12s
Build and test / build (16.x) (push) Successful in 17s
Build and test / build (18.x) (push) Successful in 15s
Build and test / build (20.x) (push) Successful in 14s

This commit is contained in:
James Brumond 2023-08-16 19:37:08 -07:00
parent 082d699bb9
commit c64e320af6
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/color-themes", "name": "@doc-utils/color-themes",
"version": "0.1.16", "version": "0.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@doc-utils/color-themes", "name": "@doc-utils/color-themes",
"version": "0.1.16", "version": "0.2.0",
"devDependencies": { "devDependencies": {
"@types/node": "^18.16.3", "@types/node": "^18.16.3",
"typescript": "^5.0.4" "typescript": "^5.0.4"

View File

@ -1,6 +1,6 @@
{ {
"name": "@doc-utils/color-themes", "name": "@doc-utils/color-themes",
"version": "0.1.16", "version": "0.2.0",
"publishConfig": { "publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/" "registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
}, },