Skip to content

Commit a152b4e

Browse files
committed
Fixed peer dependencies version requirements
1 parent 40c1601 commit a152b4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ngx-ace-wrapper",
33
"description": "Angular wrapper library for Ace",
44
"bugs": "https://github.com/zefoy/ngx-ace-wrapper/issues",
5-
"version": "10.0.0",
5+
"version": "10.0.1",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
@@ -14,7 +14,7 @@
1414
"brace-extra": "^0.9.0"
1515
},
1616
"peerDependencies": {
17-
"@angular/common": "^9.0.0",
18-
"@angular/core": "^9.0.0"
17+
"@angular/common": ">=9.0.0",
18+
"@angular/core": ">=9.0.0"
1919
}
2020
}

0 commit comments

Comments
 (0)