We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c1601 commit a152b4eCopy full SHA for a152b4e
projects/lib/package.json
@@ -2,7 +2,7 @@
2
"name": "ngx-ace-wrapper",
3
"description": "Angular wrapper library for Ace",
4
"bugs": "https://github.com/zefoy/ngx-ace-wrapper/issues",
5
- "version": "10.0.0",
+ "version": "10.0.1",
6
"license": "MIT",
7
"repository": {
8
"type": "git",
@@ -14,7 +14,7 @@
14
"brace-extra": "^0.9.0"
15
},
16
"peerDependencies": {
17
- "@angular/common": "^9.0.0",
18
- "@angular/core": "^9.0.0"
+ "@angular/common": ">=9.0.0",
+ "@angular/core": ">=9.0.0"
19
}
20
0 commit comments