@shopify/create-app 0.13.0 → 0.14.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-app",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "private": false,
5
5
  "description": "A CLI tool to create a new Shopify app.",
6
6
  "type": "module",
@@ -1,9 +1,7 @@
1
1
  # {{ name }}
2
2
 
3
- {{description}}
4
-
5
3
  ## Set up
6
4
 
7
5
  1. Clone the repository.
8
- 2. Install dependencies: `yarn/npm/pnpm install`.
9
- 3. Build with `yarn/npm/pnpm build`
6
+ 2. Install dependencies: `{{dependencyManager}} install`.
7
+ 3. Build with `{{dependencyManager}} build`
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "{{name}}",
3
3
  "version": "0.1.0",
4
- "description": "{{description}}",
5
4
  "main": "home/index.js",
6
5
  "scripts": {
6
+ "shopify": "shopify",
7
7
  "build": "shopify app build",
8
8
  "dev": "shopify app dev",
9
9
  "test": "shopify app test",