Skip to content

Commit

Permalink
chore: fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Mar 4, 2018
1 parent baf7e0c commit 3112b38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.2.1

## Bug Fixes

- Improved `peerDependencies` range.

# 4.2.0

## New Rules
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codelyzer",
"version": "4.2.0",
"version": "4.2.1",
"description": "Linting for Angular applications, following angular.io/styleguide.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -75,11 +75,11 @@
"@types/js-yaml": "^3.5.31"
},
"peerDependencies": {
"@angular/compiler": "^2.3.1 || >=4.0.0-beta <7.0.0",
"@angular/core": "^2.3.1 || >=4.0.0-beta <7.0.0",
"@angular/platform-browser-dynamic": "^2.3.1 || >=4.0.0-beta <7.0.0",
"@angular/platform-browser": "^2.3.1 || >=4.0.0-beta <7.0.0",
"@angular/common": "^2.3.1 || >=4.0.0-beta <7.0.0",
"@angular/compiler": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
"@angular/core": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
"@angular/platform-browser-dynamic": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
"@angular/platform-browser": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
"@angular/common": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
"tslint": "^5.0.0"
},
"dependencies": {
Expand All @@ -90,4 +90,4 @@
"source-map": "^0.5.6",
"sprintf-js": "^1.0.3"
}
}
}

0 comments on commit 3112b38

Please sign in to comment.