Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Jul 26, 2020
1 parent 963ca96 commit d0fc12d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/grange-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guillotinaweb/grange-core",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": {
"name": "Eric Brehault",
Expand All @@ -20,10 +20,10 @@
"url": "https://github.com/guillotinaweb/grange-core/issues"
},
"peerDependencies": {
"@angular/common": "^9.0.4",
"@angular/core": "^9.0.4"
"@angular/common": "^10.0.5",
"@angular/core": "^10.0.5"
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit d0fc12d

Please sign in to comment.