create-turbo 1.5.4 → 1.5.6-canary.0
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 +2 -2
package/dist/index.js
CHANGED
@@ -34,14 +34,14 @@ var import_chalk = __toESM(require("chalk"));
|
|
34
34
|
// package.json
|
35
35
|
var package_default = {
|
36
36
|
name: "create-turbo",
|
37
|
-
version: "1.5.
|
37
|
+
version: "1.5.5",
|
38
38
|
description: "Create a new Turborepo",
|
39
39
|
homepage: "https://turborepo.org",
|
40
40
|
license: "MPL-2.0",
|
41
41
|
repository: {
|
42
42
|
type: "git",
|
43
43
|
url: "https://github.com/vercel/turborepo",
|
44
|
-
directory: "create-turbo"
|
44
|
+
directory: "packages/create-turbo"
|
45
45
|
},
|
46
46
|
bugs: {
|
47
47
|
url: "https://github.com/vercel/turborepo/issues"
|
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-turbo",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.6-canary.0",
|
4
4
|
"description": "Create a new Turborepo",
|
5
5
|
"homepage": "https://turborepo.org",
|
6
6
|
"license": "MPL-2.0",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
9
9
|
"url": "https://github.com/vercel/turborepo",
|
10
|
-
"directory": "create-turbo"
|
10
|
+
"directory": "packages/create-turbo"
|
11
11
|
},
|
12
12
|
"bugs": {
|
13
13
|
"url": "https://github.com/vercel/turborepo/issues"
|