Skip to content

Commit

Permalink
fix(ivy): missing schematics field in localize package (#33025)
Browse files Browse the repository at this point in the history
The schematics added in #32791 is currently failing as the package.json does not reference it.

```
> ng add @angular/[email protected]
+ @angular/[email protected]
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
  • Loading branch information
cexbrayat authored and alxhub committed Oct 7, 2019
1 parent bad3434 commit d18289f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"type": "git",
"url": "https://github.com/angular/angular.git"
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
Expand Down

0 comments on commit d18289f

Please sign in to comment.