Skip to content

Commit 2b83bc3

Browse files
committed
build: update peerDependencies and bump version
1 parent 2260dfd commit 2b83bc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codelyzer",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Linting for Angular applications, following angular.io/styleguide.",
55
"main": "index.js",
66
"scripts": {
@@ -92,8 +92,8 @@
9292
"zone.js": "^0.8.29"
9393
},
9494
"peerDependencies": {
95-
"@angular/compiler": ">=2.3.1 <8.0.0 || >7.0.0-beta <9.0.0",
96-
"@angular/core": ">=2.3.1 <8.0.0 || >7.0.0-beta <9.0.0",
95+
"@angular/compiler": ">=2.3.1 <9.0.0 || >8.0.0-beta <9.0.0",
96+
"@angular/core": ">=2.3.1 <9.0.0 || >8.0.0-beta <9.0.0",
9797
"tslint": "^5.0.0"
9898
},
9999
"dependencies": {

0 commit comments

Comments
 (0)