Skip to content

Commit

Permalink
fix: unlock @types/codemirror dep
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jun 15, 2018
1 parent 5745b48 commit 9d7ce39
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@ctrl/ngx-codemirror",
"version": "1.3.0",
"license": "MIT",
"description": "CodeMirror wrapper for Angular",
"sideEffects": false,
"dependencies": {
"@types/codemirror": "0.0.57"
"@types/codemirror": "^0.0.57"
},
"peerDependencies": {
"@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",
"repository": "typectrl/ngx-codemirror",
"homepage": "https://github.com/typectrl/ngx-codemirror",
"license": "MIT",
"bugs": "https://github.com/typectrl/ngx-codemirror/issues",
"keywords": ["ngx", "angular", "angular-component", "wrapper", "codemirror"],
"keywords": ["ngx", "angular", "wrapper", "codemirror"],
"ngPackage": {
"whitelistedNonPeerDependencies": [
"@types/codemirror"
Expand Down

0 comments on commit 9d7ce39

Please sign in to comment.