Skip to content

Commit

Permalink
feat(Angular-4): Support Angular 2 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 1, 2017
1 parent 5d77cd1 commit 4f046e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@types/vis": "4.17.4"
},
"peerDependencies": {
"@angular/common": "^2.4.10",
"@angular/core": "^2.4.10",
"@angular/compiler": "^2.4.10"
"@angular/common": "^2.4.10 || >=4.0.0",
"@angular/core": "^2.4.10 || >=4.0.0",
"@angular/compiler": "^2.4.10 || >=4.0.0"
},
"devDependencies": {
"@angular/common": "^2.4.10",
Expand Down

0 comments on commit 4f046e0

Please sign in to comment.