create-turbo 1.0.27 → 1.0.28

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ var import_chalk = __toModule(require("chalk"));
31
31
 
32
32
  // package.json
33
33
  var name = "create-turbo";
34
- var version = "1.0.27";
34
+ var version = "1.0.28";
35
35
  var description = "Create a new Turborepo";
36
36
  var homepage = "https://turborepo.org";
37
37
  var license = "MPL-2.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
@@ -1,5 +1,4 @@
1
1
  /// <reference types="next" />
2
- /// <reference types="next/types/global" />
3
2
  /// <reference types="next/image-types/global" />
4
3
 
5
4
  // NOTE: This file should not be edited
@@ -1,5 +1,4 @@
1
1
  /// <reference types="next" />
2
- /// <reference types="next/types/global" />
3
2
  /// <reference types="next/image-types/global" />
4
3
 
5
4
  // NOTE: This file should not be edited