create-turbo 1.5.5 → 1.5.6-canary.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -34,14 +34,14 @@ var import_chalk = __toESM(require("chalk"));
34
34
  // package.json
35
35
  var package_default = {
36
36
  name: "create-turbo",
37
- version: "1.5.4",
37
+ version: "1.5.6-canary.0",
38
38
  description: "Create a new Turborepo",
39
39
  homepage: "https://turborepo.org",
40
40
  license: "MPL-2.0",
41
41
  repository: {
42
42
  type: "git",
43
43
  url: "https://github.com/vercel/turborepo",
44
- directory: "create-turbo"
44
+ directory: "packages/create-turbo"
45
45
  },
46
46
  bugs: {
47
47
  url: "https://github.com/vercel/turborepo/issues"
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.5.5",
3
+ "version": "1.5.6-canary.1",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/vercel/turborepo",
10
- "directory": "create-turbo"
10
+ "directory": "packages/create-turbo"
11
11
  },
12
12
  "bugs": {
13
13
  "url": "https://github.com/vercel/turborepo/issues"
@@ -5,7 +5,7 @@
5
5
  "types": "./index.tsx",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
- "lint": "eslint *.ts*"
8
+ "lint": "TIMING=1 eslint \"**/*.ts*\""
9
9
  },
10
10
  "devDependencies": {
11
11
  "@types/react": "^17.0.37",