@turbo/gen 2.0.12 → 2.0.13-canary.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +44 -44
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@turbo/gen",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.13-canary.1",
|
4
4
|
"description": "Extend a Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MIT",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
9
|
-
"url": "https://github.com/vercel/
|
9
|
+
"url": "https://github.com/vercel/turborepo",
|
10
10
|
"directory": "packages/turbo-gen"
|
11
11
|
},
|
12
12
|
"bugs": {
|
13
|
-
"url": "https://github.com/vercel/
|
13
|
+
"url": "https://github.com/vercel/turborepo/issues"
|
14
14
|
},
|
15
15
|
"bin": "dist/cli.js",
|
16
16
|
"types": "dist/types.d.ts",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"ts-node": "^10.9.1",
|
26
26
|
"update-check": "^1.5.4",
|
27
27
|
"validate-npm-package-name": "^5.0.0",
|
28
|
-
"@turbo/workspaces": "2.0.
|
28
|
+
"@turbo/workspaces": "2.0.13-canary.1"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"@types/fs-extra": "^9.0.13",
|
@@ -37,9 +37,9 @@
|
|
37
37
|
"ts-jest": "^27.1.1",
|
38
38
|
"tsup": "^6.7.0",
|
39
39
|
"typescript": "5.3.3",
|
40
|
-
"@turbo/eslint-config": "0.0.0",
|
41
40
|
"@turbo/test-utils": "0.0.0",
|
42
41
|
"@turbo/tsconfig": "0.0.0",
|
42
|
+
"@turbo/eslint-config": "0.0.0",
|
43
43
|
"@turbo/utils": "0.0.0"
|
44
44
|
},
|
45
45
|
"files": [
|