Skip to content

Commit

Permalink
Merge pull request #85 from mattlewis92/patch-3
Browse files Browse the repository at this point in the history
fix: add support for angular5
  • Loading branch information
Bigous authored Nov 3, 2017
2 parents 63e1624 + a980c09 commit 2675e49
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 @@ -32,7 +32,7 @@
"@types/highcharts": "^4.2.1"
},
"peerDependencies": {
"@angular/core": "^4.0.0"
"@angular/core": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@angular/common": "^4.0.0",
Expand Down

0 comments on commit 2675e49

Please sign in to comment.