create-turbo 1.9.4-alpha.0 → 1.9.4-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +87 -87
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-turbo",
|
3
|
-
"version": "1.9.4-alpha.
|
3
|
+
"version": "1.9.4-alpha.1",
|
4
4
|
"description": "Create a new Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MPL-2.0",
|
@@ -51,9 +51,9 @@
|
|
51
51
|
"ts-jest": "^27.1.1",
|
52
52
|
"tsup": "^6.7.0",
|
53
53
|
"typescript": "^4.5.5",
|
54
|
-
"@turbo/tsconfig": "0.0.0",
|
55
|
-
"@turbo/test-utils": "0.0.0",
|
56
54
|
"@turbo/utils": "0.0.0",
|
55
|
+
"@turbo/test-utils": "0.0.0",
|
56
|
+
"@turbo/tsconfig": "0.0.0",
|
57
57
|
"@turbo/workspaces": "1.9.4-canary.4"
|
58
58
|
},
|
59
59
|
"files": [
|