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:
parent
8503cc1db7
commit
0eabd07f3a
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue