diff --git a/package-lock.json b/package-lock.json index d14e183..7efec68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@software-hardware-integration-lab/log-engine", - "version": "0.0.3-beta1", + "version": "0.0.3-beta2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@software-hardware-integration-lab/log-engine", - "version": "0.0.3-beta1", + "version": "0.0.3-beta2", "hasInstallScript": true, "dependencies": { "typia": "~12.1.1" diff --git a/package.json b/package.json index 8ae5ec5..cd45bf3 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { - "version": "0.0.3-beta1", + "version": "0.0.3-beta2", "name": "@software-hardware-integration-lab/log-engine", "description": "Logging engine with ability to add plugins for any destination", "author": "Michael Howard", + "repository": { + "type": "git", + "url": "git+https://github.com/Software-Hardware-Integration-Lab/LogEngine.git" + }, "type": "module", "scripts": { "build": "npm run clean:bin && tspc -p tsconfig.json",