Skip to content

Commit

Permalink
revert "fix: add support for version 16 of Angular (#171)"
Browse files Browse the repository at this point in the history
This reverts commit 1b71853.
  • Loading branch information
LayZeeDK committed Aug 19, 2023
1 parent b999142 commit a1055d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ngworker/lumberjack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/ngworker/lumberjack/issues?q=is:issue+is:open+"
},
"peerDependencies": {
"@angular/core": ">= 15.0.1",
"@angular/common": ">= 15.0.1",
"@angular/platform-browser": ">= 15.0.1",
"@angular/core": "^15.0.1",
"@angular/common": "^15.0.1",
"@angular/platform-browser": "^15.0.1",
"rxjs": ">= 7.5.0 < 8.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit a1055d7

Please sign in to comment.