Skip to content

Commit

Permalink
fix: allow angular 8 peer dependency (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 authored and scttcper committed Apr 28, 2019
1 parent 4214b41 commit 5c478ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/core/package.json
Expand Up @@ -38,8 +38,8 @@
"dest": "../../../dist/core"
},
"peerDependencies": {
"@angular/common": "^6.0.0 || ^7.0.0",
"@angular/core": "^6.0.0 || ^7.0.0",
"@angular/common": ">=6.0.0 <9.0.0",
"@angular/core": ">=6.0.0 <9.0.0",
"rxjs": "^6.1.0"
}
}

0 comments on commit 5c478ca

Please sign in to comment.