Skip to content

Commit 2558fec

Browse files
committed
fix(package): require Angular >= v8 as peer dependency
1 parent a558784 commit 2558fec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/ngx-testing/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"bindings"
2020
],
2121
"peerDependencies": {
22-
"@angular/common": "^8.0.0",
23-
"@angular/core": "^8.0.0",
24-
"@angular/platform-browser": "^8.0.0"
22+
"@angular/common": ">=8.0.0",
23+
"@angular/core": ">=8.0.0",
24+
"@angular/platform-browser": ">=8.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)