Skip to content

Commit

Permalink
Fixed peer dependencies version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Aug 3, 2020
1 parent 40c1601 commit a152b4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-ace-wrapper",
"description": "Angular wrapper library for Ace",
"bugs": "https://github.com/zefoy/ngx-ace-wrapper/issues",
"version": "10.0.0",
"version": "10.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"brace-extra": "^0.9.0"
},
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0"
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0"
}
}

0 comments on commit a152b4e

Please sign in to comment.