create-turbo 1.3.2-canary.1 → 1.3.2-canary.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/_shared_ts/apps/docs/package.json +1 -1
- package/templates/_shared_ts/apps/web/package.json +1 -1
- package/templates/_shared_ts/turbo.json +1 -0
- package/templates/npm/turbo.json +1 -0
- package/templates/pnpm/apps/docs/package.json +1 -1
- package/templates/pnpm/apps/web/package.json +1 -1
- package/templates/pnpm/turbo.json +1 -0
- package/templates/yarn/turbo.json +1 -0
- package/templates/_shared_ts/.npmrc +0 -1
- package/templates/_shared_ts/apps/docs/.gitignore +0 -34
- package/templates/_shared_ts/apps/web/.gitignore +0 -34
- package/templates/pnpm/.npmrc +0 -2
package/dist/index.js
CHANGED
@@ -46,7 +46,7 @@ var import_chalk = __toESM(require("chalk"));
|
|
46
46
|
|
47
47
|
// package.json
|
48
48
|
var name = "create-turbo";
|
49
|
-
var version = "1.3.2-canary.
|
49
|
+
var version = "1.3.2-canary.2";
|
50
50
|
var description = "Create a new Turborepo";
|
51
51
|
var homepage = "https://turborepo.org";
|
52
52
|
var license = "MPL-2.0";
|
package/package.json
CHANGED
package/templates/npm/turbo.json
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
engine-strict=true
|
@@ -1,34 +0,0 @@
|
|
1
|
-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2
|
-
|
3
|
-
# dependencies
|
4
|
-
/node_modules
|
5
|
-
/.pnp
|
6
|
-
.pnp.js
|
7
|
-
|
8
|
-
# testing
|
9
|
-
/coverage
|
10
|
-
|
11
|
-
# next.js
|
12
|
-
/.next/
|
13
|
-
/out/
|
14
|
-
|
15
|
-
# production
|
16
|
-
/build
|
17
|
-
|
18
|
-
# misc
|
19
|
-
.DS_Store
|
20
|
-
*.pem
|
21
|
-
|
22
|
-
# debug
|
23
|
-
npm-debug.log*
|
24
|
-
yarn-debug.log*
|
25
|
-
yarn-error.log*
|
26
|
-
|
27
|
-
# local env files
|
28
|
-
.env.local
|
29
|
-
.env.development.local
|
30
|
-
.env.test.local
|
31
|
-
.env.production.local
|
32
|
-
|
33
|
-
# vercel
|
34
|
-
.vercel
|
@@ -1,34 +0,0 @@
|
|
1
|
-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2
|
-
|
3
|
-
# dependencies
|
4
|
-
/node_modules
|
5
|
-
/.pnp
|
6
|
-
.pnp.js
|
7
|
-
|
8
|
-
# testing
|
9
|
-
/coverage
|
10
|
-
|
11
|
-
# next.js
|
12
|
-
/.next/
|
13
|
-
/out/
|
14
|
-
|
15
|
-
# production
|
16
|
-
/build
|
17
|
-
|
18
|
-
# misc
|
19
|
-
.DS_Store
|
20
|
-
*.pem
|
21
|
-
|
22
|
-
# debug
|
23
|
-
npm-debug.log*
|
24
|
-
yarn-debug.log*
|
25
|
-
yarn-error.log*
|
26
|
-
|
27
|
-
# local env files
|
28
|
-
.env.local
|
29
|
-
.env.development.local
|
30
|
-
.env.test.local
|
31
|
-
.env.production.local
|
32
|
-
|
33
|
-
# vercel
|
34
|
-
.vercel
|
package/templates/pnpm/.npmrc
DELETED