@shopify/create-app 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/commands/init.js +1 -1
- package/dist/commands/init.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/commands/init.js
CHANGED
|
@@ -158054,7 +158054,7 @@ const init$1 = async (options, prompt$1 = prompt) => {
|
|
|
158054
158054
|
questions.push({
|
|
158055
158055
|
type: "select",
|
|
158056
158056
|
name: "template",
|
|
158057
|
-
choices: ["
|
|
158057
|
+
choices: ["node", "rails"],
|
|
158058
158058
|
message: "Which template would you like to use?",
|
|
158059
158059
|
default: "https://github.com/Shopify/shopify-app-node#cli-next"
|
|
158060
158060
|
});
|