From 562af9565b0e6245e6db9979bdfd25ec8e5a5486 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Wed, 31 Mar 2021 03:36:52 +0000 Subject: [PATCH] Update 'package.json' --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4900cba..aa6eacd 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "lib": "lib" }, "dependencies": { - "@extollo/di": "file:../di", - "@extollo/util": "file:../util", + "@extollo/di": "git+https://code.garrettmills.dev/extollo/di", + "@extollo/util": "git+https://code.garrettmills.dev/extollo/util", "@types/node": "^14.14.35", "ts-node": "^9.1.1", "typescript": "^4.1.3" @@ -17,6 +17,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", + "prepare": "pnpm run build", "app": "tsc && node lib/index.js" }, "files": [