Skip to content

Commit

Permalink
update peer dependencies to match angular 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
PillowPillow committed May 31, 2019
1 parent 5f4077a commit cbfca68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-webstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ngx-webstorage",
"version": "4.0.0",
"version": "4.0.1",
"peerDependencies": {
"@angular/common": "^7.2.3",
"@angular/core": "^7.2.3"
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cbfca68

Please sign in to comment.