create-turbo 1.13.4-canary.5 → 2.0.0-canary.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/LICENSE +4 -370
  2. package/dist/cli.js +15 -15
  3. package/package.json +5 -5
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.13.4-canary.5",
3
+ "version": "2.0.0-canary.1",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
- "license": "MPL-2.0",
6
+ "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/vercel/turbo",
@@ -37,11 +37,11 @@
37
37
  "tsup": "^6.7.0",
38
38
  "typescript": "^5.2.2",
39
39
  "@turbo/eslint-config": "0.0.0",
40
+ "@turbo/test-utils": "0.0.0",
40
41
  "@turbo/tsconfig": "0.0.0",
41
- "@turbo/telemetry": "0.0.0",
42
+ "@turbo/workspaces": "2.0.0-canary.1",
42
43
  "@turbo/utils": "0.0.0",
43
- "@turbo/workspaces": "1.13.4-canary.5",
44
- "@turbo/test-utils": "0.0.0"
44
+ "@turbo/telemetry": "0.0.0"
45
45
  },
46
46
  "files": [
47
47
  "dist"