mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
feat: add assets to published packages and fix peerDeps versions (#1875)
This commit is contained in:
committed by
Aiden McClelland
parent
9f4025fdfb
commit
927cb51b5d
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@start9labs/shared",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^13.2.0",
|
||||
"@angular/core": "^13.2.0",
|
||||
"@angular/router": "^13.2.0",
|
||||
"@ionic/angular": "^6.0.3",
|
||||
"@angular/common": ">=13.2.0",
|
||||
"@angular/core": ">=13.2.0",
|
||||
"@angular/router": ">=13.2.0",
|
||||
"@ionic/angular": ">=6.0.0",
|
||||
"@start9labs/emver": "^0.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user