feat: add assets to published packages and fix peerDeps versions (#1875)

This commit is contained in:
Alex Inkin
2022-10-18 17:43:33 +03:00
committed by Aiden McClelland
parent 9f4025fdfb
commit 927cb51b5d
52 changed files with 72 additions and 74 deletions

View File

@@ -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": {