Skip to content

Commit

Permalink
fix: migration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Aug 10, 2023
1 parent b0ca879 commit d5e5dcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/lumberjackjs/angular-http-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0",
"rxjs": "~7.5.0"
"rxjs": "~7.5.0",
"@lumberjackjs/core": "0.0.1",
"@lumberjackjs/angular": "15.0.1"
},
"dependencies": {
"tslib": "^2.4.1"
Expand Down
3 changes: 2 additions & 1 deletion packages/lumberjackjs/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ngworker/lumberjack",
"name": "@lumberjackjs/angular",
"version": "15.0.1",
"description": "Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized",
"homepage": "https://ngworker.github.io/ngworker/lumberjack/",
Expand Down Expand Up @@ -37,6 +37,7 @@
"url": "https://github.com/lumberjackjs/angular/issues?q=is:issue+is:open+"
},
"peerDependencies": {
"@lumberjackjs/core": "0.0.1",
"@angular/core": "^15.0.1",
"@angular/common": "^15.0.1",
"rxjs": "~7.5.0"
Expand Down

0 comments on commit d5e5dcf

Please sign in to comment.