Skip to content

Commit

Permalink
feat(package): Allow usage with Angular 4, like was done with ngx-boo…
Browse files Browse the repository at this point in the history
…tstrap (#748)

Resolves #707
Resolves #745
  • Loading branch information
ExplodingCabbage authored and valorkin committed May 29, 2017
1 parent d3b1f9f commit 8f59f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"chart.js": "^2.5.0"
},
"peerDependencies": {
"@angular/common": "^2.3.0",
"@angular/core": "^2.3.0"
"@angular/common": "^2.3.0 || >=4.0.0",
"@angular/core": "^2.3.0 || >=4.0.0"
},
"devDependencies": {
"@angular/common": "2.4.3",
Expand Down

0 comments on commit 8f59f85

Please sign in to comment.