From 9221f25e356a16fc39c05fada4df5a9c81d14fe2 Mon Sep 17 00:00:00 2001 From: Alex Inkin Date: Tue, 18 Oct 2022 21:00:17 +0300 Subject: [PATCH] fix: add assets to published paths (#1876) --- frontend/projects/marketplace/package.json | 4 ++-- frontend/projects/shared/package.json | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/projects/marketplace/package.json b/frontend/projects/marketplace/package.json index f857ec655..ca48fdfb5 100644 --- a/frontend/projects/marketplace/package.json +++ b/frontend/projects/marketplace/package.json @@ -1,11 +1,11 @@ { "name": "@start9labs/marketplace", - "version": "0.2.1", + "version": "0.2.2", "peerDependencies": { "@angular/common": ">=13.2.0", "@angular/core": ">=13.2.0", "@ionic/angular": ">=6.0.0", - "@start9labs/shared": "^0.2.0", + "@start9labs/shared": ">=0.2.0", "fuse.js": "^6.4.6" }, "dependencies": { diff --git a/frontend/projects/shared/package.json b/frontend/projects/shared/package.json index 6659e14b2..b98ee075f 100644 --- a/frontend/projects/shared/package.json +++ b/frontend/projects/shared/package.json @@ -1,6 +1,6 @@ { "name": "@start9labs/shared", - "version": "0.2.0", + "version": "0.2.1", "peerDependencies": { "@angular/common": ">=13.2.0", "@angular/core": ">=13.2.0", @@ -8,6 +8,9 @@ "@ionic/angular": ">=6.0.0", "@start9labs/emver": "^0.1.5" }, + "exports": { + "./assets/": "./assets/" + }, "dependencies": { "tslib": "^2.3.0" }