| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b481e22 commit e39e301
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,19 +15,15 @@ const editionSetup = [ | |||
| 15 | 15 | message: 'Which edition do you want to use (defaults to edition-node)?', | |
| 16 | 16 | choices: [ | |
| 17 | 17 | { | |
| 18 | - name: 'edition-twig (php engine)', | ||
| 19 | - value: '@pattern-lab/edition-twig', | ||
| 20 | - }, | ||
| 21 | - { | ||
| 22 | - name: 'edition-node', | ||
| 18 | + name: 'edition-node (handlebars engine)', | ||
| 23 | 19 | value: '@pattern-lab/edition-node', | |
| 24 | 20 | }, | |
| 25 | 21 | { | |
| 26 | - name: 'edition-node-grunt', | ||
| 27 | - value: '@pattern-lab/edition-node-grunt', | ||
| 22 | + name: 'edition-twig (php engine)', | ||
| 23 | + value: '@pattern-lab/edition-twig', | ||
| 28 | 24 | }, | |
| 29 | 25 | { | |
| 30 | - name: 'edition-node-gulp', | ||
| 26 | + name: 'edition-node-gulp (legacy)', | ||
| 31 | 27 | value: '@pattern-lab/edition-node-gulp', | |
| 32 | 28 | }, | |
| 33 | 29 | new inquirer.Separator(), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments