Skip to content

Commit

Permalink
feat(angular): add other maskito packages to ng-update.packageGroup
Browse files Browse the repository at this point in the history
… of `package.json` (#161)
  • Loading branch information
nsbarsukov authored Mar 1, 2023
1 parent 544e891 commit bdecdaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,11 @@
"@angular/core": ">=12.0.0",
"@maskito/core": "^0.0.1",
"rxjs": ">=6.0.0"
},
"ng-update": {
"packageGroup": [
"@maskito/core",
"@maskito/kit"
]
}
}

0 comments on commit bdecdaa

Please sign in to comment.