Skip to content

Commit

Permalink
Update peer dependencies to support Angular v8
Browse files Browse the repository at this point in the history
  • Loading branch information
pshields committed May 30, 2019
1 parent daa7bf5 commit 6a91195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cyber_ui",
"version": "0.4.0",
"version": "0.5.0",
"peerDependencies": {
"@angular/common": "^6.0.0 || ^7.0.0",
"@angular/core": "^6.0.0 || ^7.0.0"
"@angular/common": "^7.0.0 || ^8.0.0",
"@angular/core": "^7.0.0 || ^8.0.0"
}
}

0 comments on commit 6a91195

Please sign in to comment.