Skip to content

Commit

Permalink
feat(*): add experimental angular 7/8 support
Browse files Browse the repository at this point in the history
BREAKING CHANGES

Angular 5 is not supported any more.
  • Loading branch information
sebholstein committed Jun 1, 2019
1 parent d5dc6da commit e754bc7
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 @@ -100,8 +100,8 @@
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"@angular/common": "^6.0.0 || ^7.0.0",
"@angular/core": "^6.0.0 || ^7.0.0"
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
}
}

0 comments on commit e754bc7

Please sign in to comment.