fix(ivy): missing schematics field in localize package (#33025)

The schematics added in #32791 is currently failing as the package.json does not reference it.

```
> ng add @angular/localize@9.0.0-next.9
+ @angular/localize@9.0.0-next.9
added 1 package from 1 contributor in 6.745s
Installed packages for tooling via npm.
The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support.
```

PR Close #33025
This commit is contained in:
cexbrayat 2019-10-07 12:06:16 +02:00 committed by Alex Rickabaugh
parent bad3434337
commit d18289fa9c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"type": "git",
"url": "https://github.com/angular/angular.git"
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},