mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix: add assets to published paths (#1876)
This commit is contained in:
committed by
Aiden McClelland
parent
95eec90a62
commit
9221f25e35
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user