create-turbo 1.8.4-canary.4 → 1.8.4-canary.5

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.4",
35
+ version: "1.8.4-canary.5",
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.4",
3
+ "version": "1.8.4-canary.5",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -3,4 +3,9 @@ module.exports = {
3
3
  rules: {
4
4
  "@next/next/no-html-link-for-pages": "off",
5
5
  },
6
+ parserOptions: {
7
+ babelOptions: {
8
+ presets: [require.resolve("next/babel")],
9
+ },
10
+ },
6
11
  };