Skip to content

Commit 6a58405

Browse files
committed
feat: add ng@7 as an option for our peerDependency
1 parent b613ea4 commit 6a58405

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"license": "Apache-2.0",
5656
"author": "IBM",
5757
"peerDependencies": {
58-
"@angular/animations": "^6.1.0",
59-
"@angular/common": "^6.1.0",
60-
"@angular/compiler": "^6.1.0",
61-
"@angular/core": "^6.1.0",
62-
"@angular/forms": "^6.1.0",
63-
"@angular/http": "^6.1.0",
64-
"@angular/platform-browser": "^6.1.0",
65-
"@angular/platform-browser-dynamic": "^6.1.0",
58+
"@angular/animations": "^6.1.0 || ^7.0.0",
59+
"@angular/common": "^6.1.0 || ^7.0.0",
60+
"@angular/compiler": "^6.1.0 || ^7.0.0",
61+
"@angular/core": "^6.1.0 || ^7.0.0",
62+
"@angular/forms": "^6.1.0 || ^7.0.0",
63+
"@angular/http": "^6.1.0 || ^7.0.0",
64+
"@angular/platform-browser": "^6.1.0 || ^7.0.0",
65+
"@angular/platform-browser-dynamic": "^6.1.0 || ^7.0.0",
6666
"core-js": "^2.5.3",
6767
"rxjs": "^6.0.0",
6868
"zone.js": "^0.8.26",

0 commit comments

Comments
 (0)