Skip to content

Commit e243b2c

Browse files
authored
Merge pull request #326 from cal-smith/master
feat: add ng@7 as an option for our peerDependency
2 parents b613ea4 + 1cdb02f commit e243b2c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)