From 0b0bb4d598801b1b6dc2abd3b9c94526daea3762 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Fri, 2 Oct 2020 17:26:18 +0200 Subject: [PATCH] Fix build --- projects/common-map3d/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/common-map3d/package.json b/projects/common-map3d/package.json index 2d75dd9..997bdea 100644 --- a/projects/common-map3d/package.json +++ b/projects/common-map3d/package.json @@ -1,6 +1,9 @@ { "name": "common-map3d", "version": "0.0.1", + "publishConfig": { + "registry": "https://repository.akkerweb.nl/repository/npm-hosted/" + }, "peerDependencies": { "@angular/common": "^10.1.3", "@angular/core": "^10.1.3",