create-turbo 1.5.6-canary.0 → 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,7 +34,7 @@ var import_chalk = __toESM(require("chalk"));
34
34
  // package.json
35
35
  var package_default = {
36
36
  name: "create-turbo",
37
- version: "1.5.5",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.5.6-canary.0",
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",
@@ -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",