Skip to content

Commit

Permalink
feat(Angular 8): Basic Angular 8 support in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed May 22, 2019
1 parent 9dd9150 commit be21df0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@types/vis": "4.21.15"
},
"peerDependencies": {
"@angular/common": ">=5.0.0 || >=6.0.0 || >=7.0.0",
"@angular/core": ">=5.0.0 || >=6.0.0 || >=7.0.0",
"@angular/compiler": ">=5.0.0 || >=6.0.0 || >=7.0.0"
"@angular/common": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0",
"@angular/core": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0",
"@angular/compiler": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0"
},
"devDependencies": {
"@angular/animations": "7.0.0",
Expand Down

0 comments on commit be21df0

Please sign in to comment.