From 702c7cbf311036ea555f5191650a5aea676fc1f8 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 27 Jul 2020 19:36:07 +0200 Subject: [PATCH] fix(@schematics/angular): update codelyzer to stable version --- .../schematics/angular/workspace/files/package.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/workspace/files/package.json.template b/packages/schematics/angular/workspace/files/package.json.template index b67bef0f71..fe359bc037 100644 --- a/packages/schematics/angular/workspace/files/package.json.template +++ b/packages/schematics/angular/workspace/files/package.json.template @@ -29,7 +29,7 @@ "@types/node": "^12.11.1",<% if (!minimal) { %> "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", - "codelyzer": "^6.0.0-next.1", + "codelyzer": "^6.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.0.0",