fix: avoid triggering a cli bug (#21611)

Temporary update to the package.json file until CLI is fixed to
handle 6.0 builds.
This commit is contained in:
Chuck Jazdzewski 2018-01-17 15:22:06 -08:00 committed by GitHub
parent 8503cc1db7
commit 0eabd07f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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",