shopify-accelerate-app 1.0.2 → 1.0.3

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-accelerate-app",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Shopify App development with full Typescript Support",
5
5
  "author": "Felix Tellmann",
6
6
  "license": "MIT",
@@ -257,10 +257,8 @@ export const config: GlobalsState = {
257
257
  mode: shopify_toml?.environments?.["development"]?.mode ?? "production",
258
258
  };
259
259
 
260
- program
261
- .name("shopify-accelerate-app")
262
- .description("CLI for Accelerated Shopify Theme development")
263
- .version(require(path.join("./", "package.json")).version);
260
+ program.name("shopify-accelerate-app").description("CLI for Accelerated Shopify Theme development");
261
+ /*.version(require(path.join("./", "package.json")).version);*/
264
262
 
265
263
  program
266
264
  .command("init")