mercur-cli 0.1.6 → 0.1.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.
@@ -17,7 +17,7 @@ export async function pullAndInstall(options) {
17
17
  spinner.text = "Installing Mercur backend...";
18
18
  await execa(
19
19
  "git",
20
- ["clone", "https://github.com/medusajs/medusa-starter-default", "backend"],
20
+ ["clone", "https://github.com/mercurjs/clean-medusa-starter", "backend"],
21
21
  {
22
22
  cwd: targetDir,
23
23
  }
package/index.js CHANGED
@@ -16,7 +16,7 @@ console.log(
16
16
  );
17
17
 
18
18
  program.option("-v, --version", "Show version").action(() => {
19
- console.log(chalk.blue(`Mercur CLI v0.1.6`));
19
+ console.log(chalk.blue(`Mercur CLI v0.1.7`));
20
20
  process.exit(0);
21
21
  });
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mercur-cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "CLI for Mercur - Open Source Marketplace Platform",
5
5
  "author": "MercurJS <hello@mercurjs.com> (https://mercurjs.com)",
6
6
  "repository": {