create-turbo 2.0.12-canary.3 → 2.0.13-canary.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +42 -42
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-turbo",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.13-canary.0",
|
4
4
|
"description": "Create a new Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MIT",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
9
|
-
"url": "https://github.com/vercel/
|
9
|
+
"url": "https://github.com/vercel/turborepo",
|
10
10
|
"directory": "packages/create-turbo"
|
11
11
|
},
|
12
12
|
"bugs": {
|
13
|
-
"url": "https://github.com/vercel/
|
13
|
+
"url": "https://github.com/vercel/turborepo/issues"
|
14
14
|
},
|
15
15
|
"bin": {
|
16
16
|
"create-turbo": "dist/cli.js"
|
@@ -34,12 +34,12 @@
|
|
34
34
|
"ts-jest": "^27.1.1",
|
35
35
|
"tsup": "^6.7.0",
|
36
36
|
"typescript": "^5.2.2",
|
37
|
+
"@turbo/eslint-config": "0.0.0",
|
37
38
|
"@turbo/telemetry": "0.0.0",
|
38
39
|
"@turbo/test-utils": "0.0.0",
|
39
|
-
"@turbo/utils": "0.0.0",
|
40
40
|
"@turbo/tsconfig": "0.0.0",
|
41
|
-
"@turbo/
|
42
|
-
"@turbo/workspaces": "2.0.
|
41
|
+
"@turbo/utils": "0.0.0",
|
42
|
+
"@turbo/workspaces": "2.0.13-canary.0"
|
43
43
|
},
|
44
44
|
"files": [
|
45
45
|
"dist"
|