mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 22:03:03 -05:00
refactor: move libs
This commit is contained in:
12
apps/angular/16-master-dependency-injection/package.json
Normal file
12
apps/angular/16-master-dependency-injection/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "angular-master-dependency-injection",
|
||||
"version": "0.0.1",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^16.2.0",
|
||||
"@angular/core": "^16.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"sideEffects": false
|
||||
}
|
||||
Reference in New Issue
Block a user