Skip to content

Commit

Permalink
Merge pull request #95 from mattlewis92/patch-2
Browse files Browse the repository at this point in the history
fix: allow angular 6 peer dependency
  • Loading branch information
Bigous authored May 7, 2018
2 parents 4bb177a + 8c7bad0 commit 55fa890
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 55fa890

Please sign in to comment.