Skip to content

Commit

Permalink
fix: resolve peer deps for angular 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKohler committed Oct 15, 2020
1 parent f416b54 commit e57deb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng-resize-observer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-resize-observer",
"version": "1.0.1",
"version": "1.0.2",
"license": "ISC",
"author": {
"name": "Christian Kohler",
Expand All @@ -10,6 +10,6 @@
"@angular/common": ">=9",
"@angular/core": ">=9",
"@juggle/resize-observer": "^3.0.2",
"tslib": "^1.10.0"
"tslib": ">1.10"
}
}

0 comments on commit e57deb6

Please sign in to comment.