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": [