diff --git a/projects/common-map/package.json b/projects/common-map/package.json index d99f969..4701f62 100644 --- a/projects/common-map/package.json +++ b/projects/common-map/package.json @@ -5,8 +5,7 @@ "registry": "https://repository.akkerweb.nl/repository/npm-hosted/" }, "dependencies": { - "tslib": "^2.0.0", - "@farmmaps/ng-openlayers": "file:../ng-openlayers" + "tslib": "^2.0.0" }, "peerDependencies": { "@angular/core": "21.1.0", diff --git a/projects/common-map/tsconfig.lib.json b/projects/common-map/tsconfig.lib.json index c414d5b..e482bdd 100644 --- a/projects/common-map/tsconfig.lib.json +++ b/projects/common-map/tsconfig.lib.json @@ -15,6 +15,9 @@ "paths": { "@angular/*": [ "node_modules/@angular/*" + ], + "@farmmaps/ng-openlayers":[ + "../../ng-openlayers" ] } },