create-turbo 1.8.4-canary.5 → 1.8.4

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 = __toESM(require("chalk"));
32
32
  // package.json
33
33
  var package_default = {
34
34
  name: "create-turbo",
35
- version: "1.8.4-canary.5",
35
+ version: "1.8.4",
36
36
  description: "Create a new Turborepo",
37
37
  homepage: "https://turbo.build/repo",
38
38
  license: "MPL-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.8.4-canary.5",
3
+ "version": "1.8.4",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -4,7 +4,7 @@
4
4
  "pipeline": {
5
5
  "build": {
6
6
  "dependsOn": ["^build"],
7
- "outputs": ["dist/**", ".next/**"]
7
+ "outputs": ["dist/**", ".next/**", "!.next/cache/**"]
8
8
  },
9
9
  "lint": {
10
10
  "outputs": []