create-sy 2.1.36-alpha.0 → 2.2.2

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.
@@ -29,7 +29,7 @@ export const createSyngrisiProject = async (opts) => {
29
29
  await runProgram('npm', ['install'], { cwd: root, stdio: 'ignore' });
30
30
  }
31
31
  const spinner = ora(chalk.green(`Installing ${chalk.bold('Syngrisi')}`)).start();
32
- await runProgram('npm', ['install', `syngrisi${npmTag}`], { cwd: root, stdio: 'ignore' });
32
+ await runProgram('npm', ['install', `@syngrisi/syngrisi${npmTag}`], { cwd: root, stdio: 'ignore' });
33
33
  spinner.stop();
34
34
  console.log(chalk.green(`✔ Syngrisi ${chalk.greenBright(getSyngrisiVersion(root))} successfully installed in the following directory: ${root}`));
35
35
  console.log(chalk.white(`To run the application use the ${chalk.whiteBright('npx sy')} command`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sy",
3
- "version": "2.1.36-alpha.0",
3
+ "version": "2.2.2",
4
4
  "description": "Install and setup Syngrisi",
5
5
  "author": {
6
6
  "name": "Viktar Silakou",
@@ -72,5 +72,5 @@
72
72
  "read-pkg-up": "^10.1.0",
73
73
  "semver": "^7.3.8"
74
74
  },
75
- "gitHead": "df73b8517e1c68872f05a655e315524d6eb34eb7"
75
+ "gitHead": "c65cb44b70f41cc4e20fa4efdb30a6e6bff654bd"
76
76
  }