create-turbo 1.1.5-canary.0 → 1.1.5-canary.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +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.
|
34
|
+
var version = "1.1.5-canary.1";
|
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
|
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
|
`;
|