create-turbo 1.1.0-canary.2 → 1.1.0-canary.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ var import_chalk = __toModule(require("chalk"));
32
32
 
33
33
  // package.json
34
34
  var name = "create-turbo";
35
- var version = "1.1.0-canary.2";
35
+ var version = "1.1.0-canary.3";
36
36
  var description = "Create a new Turborepo";
37
37
  var homepage = "https://turborepo.org";
38
38
  var license = "MPL-2.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.1.0-canary.2",
3
+ "version": "1.1.0-canary.3",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
@@ -16,25 +16,6 @@
16
16
  "prettier": "^2.5.1",
17
17
  "turbo": "*"
18
18
  },
19
- "turbo": {
20
- "pipeline": {
21
- "build": {
22
- "dependsOn": [
23
- "^build"
24
- ],
25
- "outputs": [
26
- "dist/**",
27
- ".next/**"
28
- ]
29
- },
30
- "lint": {
31
- "outputs": []
32
- },
33
- "dev": {
34
- "cache": false
35
- }
36
- }
37
- },
38
19
  "engines": {
39
20
  "npm": ">=7.0.0",
40
21
  "node": ">=14.0.0"
@@ -0,0 +1,14 @@
1
+ {
2
+ "pipeline": {
3
+ "build": {
4
+ "dependsOn": ["^build"],
5
+ "outputs": ["dist/**", ".next/**"]
6
+ },
7
+ "lint": {
8
+ "outputs": []
9
+ },
10
+ "dev": {
11
+ "cache": false
12
+ }
13
+ }
14
+ }
@@ -15,24 +15,5 @@
15
15
  "devDependencies": {
16
16
  "prettier": "^2.5.1",
17
17
  "turbo": "*"
18
- },
19
- "turbo": {
20
- "pipeline": {
21
- "build": {
22
- "dependsOn": [
23
- "^build"
24
- ],
25
- "outputs": [
26
- "dist/**",
27
- ".next/**"
28
- ]
29
- },
30
- "lint": {
31
- "outputs": []
32
- },
33
- "dev": {
34
- "cache": false
35
- }
36
- }
37
18
  }
38
19
  }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pipeline": {
3
+ "build": {
4
+ "dependsOn": ["^build"],
5
+ "outputs": ["dist/**", ".next/**"]
6
+ },
7
+ "lint": {
8
+ "outputs": []
9
+ },
10
+ "dev": {
11
+ "cache": false
12
+ }
13
+ }
14
+ }
@@ -11,24 +11,5 @@
11
11
  "devDependencies": {
12
12
  "prettier": "^2.5.1",
13
13
  "turbo": "latest"
14
- },
15
- "turbo": {
16
- "pipeline": {
17
- "build": {
18
- "dependsOn": [
19
- "^build"
20
- ],
21
- "outputs": [
22
- "dist/**",
23
- ".next/**"
24
- ]
25
- },
26
- "lint": {
27
- "outputs": []
28
- },
29
- "dev": {
30
- "cache": false
31
- }
32
- }
33
14
  }
34
15
  }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pipeline": {
3
+ "build": {
4
+ "dependsOn": ["^build"],
5
+ "outputs": ["dist/**", ".next/**"]
6
+ },
7
+ "lint": {
8
+ "outputs": []
9
+ },
10
+ "dev": {
11
+ "cache": false
12
+ }
13
+ }
14
+ }
@@ -15,24 +15,5 @@
15
15
  "devDependencies": {
16
16
  "prettier": "^2.5.1",
17
17
  "turbo": "*"
18
- },
19
- "turbo": {
20
- "pipeline": {
21
- "build": {
22
- "dependsOn": [
23
- "^build"
24
- ],
25
- "outputs": [
26
- "dist/**",
27
- ".next/**"
28
- ]
29
- },
30
- "lint": {
31
- "outputs": []
32
- },
33
- "dev": {
34
- "cache": false
35
- }
36
- }
37
18
  }
38
19
  }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pipeline": {
3
+ "build": {
4
+ "dependsOn": ["^build"],
5
+ "outputs": ["dist/**", ".next/**"]
6
+ },
7
+ "lint": {
8
+ "outputs": []
9
+ },
10
+ "dev": {
11
+ "cache": false
12
+ }
13
+ }
14
+ }