create-turbo 1.8.1 → 1.8.2-canary.0

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.1",
35
+ version: "1.8.2-canary.0",
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.1",
3
+ "version": "1.8.2-canary.0",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -2,6 +2,5 @@ module.exports = {
2
2
  extends: ["next", "turbo", "prettier"],
3
3
  rules: {
4
4
  "@next/next/no-html-link-for-pages": "off",
5
- "react/jsx-key": "off",
6
5
  },
7
6
  };