@turbo/gen 2.3.4-canary.8 → 2.3.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +50 -50
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@turbo/gen",
|
3
|
-
"version": "2.3.4
|
3
|
+
"version": "2.3.4",
|
4
4
|
"description": "Extend a Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MIT",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"ts-node": "^10.9.2",
|
26
26
|
"update-check": "^1.5.4",
|
27
27
|
"validate-npm-package-name": "^5.0.0",
|
28
|
-
"@turbo/workspaces": "2.3.4
|
28
|
+
"@turbo/workspaces": "2.3.4"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"@jest/globals": "^29.7.0",
|