Commit 2383bba 1 parent 649a0ec commit 2383bba Copy full SHA for 2383bba
File tree 2 files changed +5
-4
lines changed
projects/ngx-element-boundary
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
| Angular | ngx-element-boundary | NPM package |
9
9
| ------- | -------------------- | ----------------------------- |
10
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 ` |
11
12
12
13
_ NOTE:_ For Angular versions below v10 it may work but was not tested.
13
14
Original file line number Diff line number Diff line change 2
2
"name" : " ngx-element-boundary" ,
3
3
"version" : " 0.0.0-development" ,
4
4
"peerDependencies" : {
5
- "@angular/common" : " ^10 .0.0" ,
6
- "@angular/core" : " ^10 .0.0" ,
7
- "@angular/elements" : " ^10 .0.0"
5
+ "@angular/common" : " >=9 .0.0" ,
6
+ "@angular/core" : " >=9 .0.0" ,
7
+ "@angular/elements" : " >=9 .0.0"
8
8
},
9
9
"dependencies" : {
10
- "tslib" : " ^2 .0.0"
10
+ "tslib" : " >=1 .0.0"
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments