We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649a0ec commit 2383bbaCopy full SHA for 2383bba
2 files changed
README.md
@@ -8,6 +8,7 @@
8
| Angular | ngx-element-boundary | NPM package |
9
| ------- | -------------------- | ----------------------------- |
10
| 10.x.x | 1.x.x | `ngx-element-boundary@^1.0.0` |
11
+| 9.x.x | 1.x.x | `ngx-element-boundary@^1.0.0` |
12
13
_NOTE:_ For Angular versions below v10 it may work but was not tested.
14
projects/ngx-element-boundary/package.json
@@ -2,11 +2,11 @@
2
"name": "ngx-element-boundary",
3
"version": "0.0.0-development",
4
"peerDependencies": {
5
- "@angular/common": "^10.0.0",
6
- "@angular/core": "^10.0.0",
7
- "@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 commit comments