style: Remove `ivy` scope, and add `ve` scope (#35799)

Since ivy is now default having `ivy` scope does not make sense. We are creating `ve` scope for cases where we are specifically fixing view-engine.

NOTE: Also sorted scopes alphabetically.

PR Close #35799
This commit is contained in:
Miško Hevery 2020-03-02 09:03:35 -08:00 committed by atscott
parent 5652fb1018
commit 4ba4d9076d
1 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,7 @@
"animations",
"bazel",
"benchpress",
"changelog",
"common",
"compiler",
"compiler-cli",
@ -24,10 +25,10 @@
"elements",
"forms",
"http",
"ivy",
"language-service",
"localize",
"ngcc",
"packaging",
"platform-browser",
"platform-browser-dynamic",
"platform-server",
@ -36,8 +37,7 @@
"router",
"service-worker",
"upgrade",
"packaging",
"changelog",
"ve",
"zone.js"
]
}