create-turbo 1.9.4-alpha.2 → 1.9.4-alpha.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 +98 -98
  2. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.9.4-alpha.2",
3
+ "version": "1.9.4-alpha.3",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -52,10 +52,10 @@
52
52
  "ts-jest": "^27.1.1",
53
53
  "tsup": "^6.7.0",
54
54
  "typescript": "^4.5.5",
55
- "@turbo/utils": "0.0.0",
56
- "@turbo/workspaces": "1.9.4-canary.4",
57
55
  "@turbo/tsconfig": "0.0.0",
58
- "@turbo/test-utils": "0.0.0"
56
+ "@turbo/test-utils": "0.0.0",
57
+ "@turbo/workspaces": "1.9.4-canary.4",
58
+ "@turbo/utils": "0.0.0"
59
59
  },
60
60
  "files": [
61
61
  "dist"