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