create-turbo 2.0.4-canary.1 → 2.0.4-canary.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +35 -35
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-turbo",
|
3
|
-
"version": "2.0.4-canary.
|
3
|
+
"version": "2.0.4-canary.3",
|
4
4
|
"description": "Create a new Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MIT",
|
@@ -38,10 +38,10 @@
|
|
38
38
|
"typescript": "^5.2.2",
|
39
39
|
"@turbo/eslint-config": "0.0.0",
|
40
40
|
"@turbo/telemetry": "0.0.0",
|
41
|
+
"@turbo/workspaces": "2.0.4-canary.3",
|
41
42
|
"@turbo/tsconfig": "0.0.0",
|
42
43
|
"@turbo/test-utils": "0.0.0",
|
43
|
-
"@turbo/utils": "0.0.0"
|
44
|
-
"@turbo/workspaces": "2.0.4-canary.1"
|
44
|
+
"@turbo/utils": "0.0.0"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"dist"
|