Skip to content

Commit

Permalink
fix(@nguniversal/common): add missing schematics key in package.json
Browse files Browse the repository at this point in the history
This is needed to mark this package as being compatible with schematics.

(cherry picked from commit 39b4d85)
  • Loading branch information
alan-agius4 committed May 4, 2021
1 parent be7c7a4 commit 6171850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@angular/common": "NG_VERSION",
"@angular/core": "NG_VERSION"
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP",
"packageGroupName": "@nguniversal/common"
Expand Down

0 comments on commit 6171850

Please sign in to comment.