Skip to content

Commit 407f30f

Browse files
committed
fix(range): support multiple Angular versions
1 parent 89fc9aa commit 407f30f

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
@@ -8,8 +8,8 @@
88
"pretty-html-log": "^1.0.6"
99
},
1010
"peerDependencies": {
11-
"@angular/common": "^9.0.0",
12-
"@angular/core": "^9.0.0"
11+
"@angular/common": "9 - 10",
12+
"@angular/core": "9 - 10"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)