fix(lib): fix lib publishable cannot import non publishable libs

This commit is contained in:
ThomasL
2023-06-20 09:37:41 +02:00
parent b0a2ac80cc
commit c44523350f
5 changed files with 44 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "@angular-challenges/module-to-standalone/user/home",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
}