From 6949d96117259e0d4217299369057c1cae90d85f Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 6 Dec 2024 05:31:22 +0100 Subject: [PATCH] Add my registry to package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 43ef986..8b6ab4f 100644 --- a/package.json +++ b/package.json @@ -62,5 +62,8 @@ "karma-jasmine-html-reporter": "^2.1.0", "typescript": "~5.4.5" }, - "packageManager": "pnpm@9.12.2" + "packageManager": "pnpm@9.12.2", + "publishConfig": { + "registry": "http://code.philo.ydns.eu/repository/npmjs" + } }