From 0eabd07f3aea167cbc9ffb3144a92195146905e9 Mon Sep 17 00:00:00 2001 From: Chuck Jazdzewski Date: Wed, 17 Jan 2018 15:22:06 -0800 Subject: [PATCH] fix: avoid triggering a cli bug (#21611) Temporary update to the package.json file until CLI is fixed to handle 6.0 builds. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5dd26d751a..7d1a38ccc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "angular-srcs", - "version": "6.0.0-beta.0", + "version": "TODO this should be 6.0.0-beta.0, workaround", + "version": "5.9.9-6-beta.0", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",