Skip to content

Commit

Permalink
feat: ✅ prompt user for syncing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 28, 2020
1 parent 77330ff commit 4de371a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/semver/src/schematics/ng-add/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"syncVersions": {
"description": "Lock/sync versions between packages",
"type": "boolean",
"default": false
"default": false,
"x-prompt": "Lock/sync versions between packages?"
},
"projectName": {
"description": "The project to target for independent versions",
Expand Down

0 comments on commit 4de371a

Please sign in to comment.