FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(cli): re-order and clarify engines · pattern-lab/patternlab-node@e39e301 · GitHub

This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit e39e301

Browse files
committed
fix(cli): re-order and clarify engines
1 parent b481e22 commit e39e301

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

‎packages/cli/bin/inquiries/edition.js‎

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,15 @@ const editionSetup = [
1515
message: 'Which edition do you want to use (defaults to edition-node)?',
1616
choices: [
1717
{
18-
name: 'edition-twig (php engine)',
19-
value: '@pattern-lab/edition-twig',
20-
},
21-
{
22-
name: 'edition-node',
18+
name: 'edition-node (handlebars engine)',
2319
value: '@pattern-lab/edition-node',
2420
},
2521
{
26-
name: 'edition-node-grunt',
27-
value: '@pattern-lab/edition-node-grunt',
22+
name: 'edition-twig (php engine)',
23+
value: '@pattern-lab/edition-twig',
2824
},
2925
{
30-
name: 'edition-node-gulp',
26+
name: 'edition-node-gulp (legacy)',
3127
value: '@pattern-lab/edition-node-gulp',
3228
},
3329
new inquirer.Separator(),

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL