@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/create-app
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove php from the list
8
+
3
9
  ## 1.0.6
4
10
 
5
11
  ### Patch Changes
@@ -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: ["php", "node", "rails"],
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
  });