Skip to content

Commit

Permalink
Merge pull request #30 from angular-extensions/feature/fixDependencyR…
Browse files Browse the repository at this point in the history
…ange

fix(build): fix peerDependency range
  • Loading branch information
nivekcode authored Mar 17, 2021
2 parents 70933ae + 55df5ed commit 4374cd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/pretty-html-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"access": "public"
},
"dependencies": {
"pretty-html-log": "^1.0.6",
"pretty-html-log": "^1.1.1",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "9 - 10",
"@angular/core": "9 - 10"
"@angular/common": ">=9",
"@angular/core": ">=9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4374cd6

Please sign in to comment.