create-turbo 1.3.1 → 1.3.2-canary.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/_shared_ts/apps/docs/package.json +1 -1
- package/templates/_shared_ts/apps/web/package.json +1 -1
- package/templates/_shared_ts/packages/tsconfig/react-library.json +2 -2
- package/templates/_shared_ts/turbo.json +1 -0
- package/templates/npm/turbo.json +1 -0
- package/templates/pnpm/apps/docs/package.json +1 -1
- package/templates/pnpm/apps/web/package.json +1 -1
- package/templates/pnpm/turbo.json +1 -0
- package/templates/yarn/turbo.json +1 -0
package/dist/index.js
CHANGED
@@ -46,7 +46,7 @@ var import_chalk = __toESM(require("chalk"));
|
|
46
46
|
|
47
47
|
// package.json
|
48
48
|
var name = "create-turbo";
|
49
|
-
var version = "1.3.
|
49
|
+
var version = "1.3.2-canary.2";
|
50
50
|
var description = "Create a new Turborepo";
|
51
51
|
var homepage = "https://turborepo.org";
|
52
52
|
var license = "MPL-2.0";
|
package/package.json
CHANGED
package/templates/npm/turbo.json
CHANGED