mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat(callstatelib): add a callstate publishable lib
This commit is contained in:
11
libs/shared/ngrx-callstate-store/package.json
Normal file
11
libs/shared/ngrx-callstate-store/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@tomalaforge/ngrx-callstate-store",
|
||||
"version": "0.0.1",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^15.0.0",
|
||||
"@angular/core": "^15.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user