Compare commits

..

1 Commits

Author SHA1 Message Date
Elijah Duffy
805e7e6bbc node: configure publish 2025-12-24 18:49:20 -08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@end/node-health",
"name": "@health/node",
"repository": {
"type": "git",
"url": "https://gitea.auvem.com/end/health.git"
@@ -7,7 +7,7 @@
"publishConfig": {
"registry": "https://gitea.auvem.com/api/packages/end/npm/"
},
"version": "0.1.1",
"version": "0.1.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,3 +1,2 @@
export * from './liveness';
export * from './readiness';
export * from './checks';