Skip to content

Commit 37be488

Browse files
authored
Merge pull request #23 from angular-extensions/feature/versionRange
fix(range): support multiple Angular versions
2 parents 8d56531 + 407f30f commit 37be488

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)