Skip to content

Commit

Permalink
fix: peer dep versions for angular 6
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored May 20, 2018
1 parent c630d10 commit f0212ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@types/codemirror": "0.0.56"
},
"peerDependencies": {
"@angular/core": ">=5.2.0",
"@angular/common": ">=5.2.0",
"@angular/forms": ">=5.2.0",
"@angular/core": "^5.2.0 || ^6.0.0",
"@angular/common": "^5.2.0 || ^6.0.0",
"@angular/forms": "^5.2.0 || ^6.0.0",
"codemirror": "^5.34.0"
},
"repository": "https://github.com/typectrl/ngx-codemirror.git",
Expand Down

0 comments on commit f0212ad

Please sign in to comment.