Skip to content

Commit 7d70a34

Browse files
committed
chore(build): fix peerDependency range
1 parent e8c46fd commit 7d70a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/pretty-html-log/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"tslib": "^2.0.0"
1010
},
1111
"peerDependencies": {
12-
"@angular/common": "9 - 10",
13-
"@angular/core": "9 - 10"
12+
"@angular/common": ">=9",
13+
"@angular/core": ">=9"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)