create-turbo 2.0.15-canary.1 → 2.0.15-canary.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/cli.js +34 -34
  2. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "2.0.15-canary.1",
3
+ "version": "2.0.15-canary.3",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MIT",
@@ -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",
38
- "@turbo/test-utils": "0.0.0",
39
37
  "@turbo/telemetry": "0.0.0",
40
- "@turbo/tsconfig": "0.0.0",
38
+ "@turbo/test-utils": "0.0.0",
39
+ "@turbo/eslint-config": "0.0.0",
41
40
  "@turbo/utils": "0.0.0",
42
- "@turbo/workspaces": "2.0.15-canary.1"
41
+ "@turbo/tsconfig": "0.0.0",
42
+ "@turbo/workspaces": "2.0.15-canary.3"
43
43
  },
44
44
  "files": [
45
45
  "dist"