Skip to content

Commit

Permalink
fix: allow angular 6 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 authored May 5, 2018
1 parent 4bb177a commit 8c7bad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/Bigous/ng2-highcharts",
"dependencies": {},
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0",
"@angular/core": "^4.0.0 || ^5.0.0 || ^6.0.0",
"@types/highcharts": ">=4.2.1",
"highcharts": ">=4.2.1 <7.0.0"
},
Expand Down

0 comments on commit 8c7bad0

Please sign in to comment.