create-turbo 1.1.5-canary.0 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ var import_chalk = __toESM(require("chalk"));
31
31
 
32
32
  // package.json
33
33
  var name = "create-turbo";
34
- var version = "1.1.5-canary.0";
34
+ var version = "1.1.6";
35
35
  var description = "Create a new Turborepo";
36
36
  var homepage = "https://turborepo.org";
37
37
  var license = "MPL-2.0";
@@ -204,7 +204,7 @@ var help = `
204
204
  Flags:
205
205
  --use-npm Explicitly tell the CLI to bootstrap the app using npm
206
206
  --use-pnpm Explicitly tell the CLI to bootstrap the app using pnpm
207
- --no-install Explicitly do not run the package mananger's install command
207
+ --no-install Explicitly do not run the package manager's install command
208
208
  --help, -h Show this help message
209
209
  --version, -v Show the version of this script
210
210
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.1.5-canary.0",
3
+ "version": "1.1.6",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",