Skip to content

Commit

Permalink
build: update peerDependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Apr 25, 2019
1 parent 2260dfd commit 2b83bc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codelyzer",
"version": "5.0.0",
"version": "5.0.1",
"description": "Linting for Angular applications, following angular.io/styleguide.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -92,8 +92,8 @@
"zone.js": "^0.8.29"
},
"peerDependencies": {
"@angular/compiler": ">=2.3.1 <8.0.0 || >7.0.0-beta <9.0.0",
"@angular/core": ">=2.3.1 <8.0.0 || >7.0.0-beta <9.0.0",
"@angular/compiler": ">=2.3.1 <9.0.0 || >8.0.0-beta <9.0.0",
"@angular/core": ">=2.3.1 <9.0.0 || >8.0.0-beta <9.0.0",
"tslint": "^5.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 2b83bc3

Please sign in to comment.