Skip to content

Commit

Permalink
fix(lib): add Angular v9 to version range of v1
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Jul 18, 2020
1 parent 649a0ec commit 2383bba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Angular | ngx-element-boundary | NPM package |
| ------- | -------------------- | ----------------------------- |
| 10.x.x | 1.x.x | `ngx-element-boundary@^1.0.0` |
| 9.x.x | 1.x.x | `ngx-element-boundary@^1.0.0` |

_NOTE:_ For Angular versions below v10 it may work but was not tested.

Expand Down
8 changes: 4 additions & 4 deletions projects/ngx-element-boundary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "ngx-element-boundary",
"version": "0.0.0-development",
"peerDependencies": {
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/elements": "^10.0.0"
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@angular/elements": ">=9.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": ">=1.0.0"
}
}

0 comments on commit 2383bba

Please sign in to comment.