Commit c0548704 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Missing peerDependency.

No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
...@@ -17,12 +17,13 @@ ...@@ -17,12 +17,13 @@
"ci-publish": "^1.3.1" "ci-publish": "^1.3.1"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": ">=2.9.0",
"prettier": "^1.15.0", "prettier": "^1.15.0",
"prettier-tslint": "^0.4.2", "prettier-tslint": "^0.4.2",
"rxjs-tslint-rules": "^4.10", "rxjs-tslint-rules": "^4.10",
"tslint": "^5.9.1", "tslint": "^5.9.1",
"tslint-config-prettier": "^1.15.0", "tslint-config-prettier": "^1.15.0",
"tslint-plugin-prettier": "^2.0.1" "tslint-defocus": "^2.0.6",
"tslint-plugin-prettier": "^2.0.1",
"typescript": ">=2.9.0"
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment