Skip to content

Commit

Permalink
feat(Support): Added no constraint to maximun version allowed in peer…
Browse files Browse the repository at this point in the history
… dependency of angular. Minimum

With the recent angular version release (7.0.0) the compatibility was the same and the constraint
was too long. So, no constraint to versions greater than 4.0.0 of angular.
  • Loading branch information
Richard Natal authored and Richard Natal committed May 7, 2018
1 parent 55fa890 commit 8b4c518
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions package-lock.json

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

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 || ^6.0.0",
"@angular/core": ">=4.0.0",
"@types/highcharts": ">=4.2.1",
"highcharts": ">=4.2.1 <7.0.0"
},
Expand Down

0 comments on commit 8b4c518

Please sign in to comment.