We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abd31b commit 44468aeCopy full SHA for 44468ae
packages/utils/package.json
@@ -13,10 +13,6 @@
13
"test": "echo \"Error: no test specified\" && exit 1"
14
},
15
"dependencies": {
16
- "@babel/core": "^7.28.5",
17
- "@babel/generator": "^7.28.5",
18
- "@babel/parser": "^7.28.5",
19
- "@babel/types": "^7.28.5",
20
"@clack/prompts": "^0.11.0",
21
"chalk": "^5.6.2",
22
"execa": "^9.6.0",
@@ -25,9 +21,5 @@
25
26
"publishConfig": {
27
23
"access": "public"
28
- },
29
- "devDependencies": {
30
- "@types/babel__core": "^7.20.5",
31
- "@types/babel__generator": "^7.27.0"
32
24
}
33
packages/utils/src/babel.ts
packages/utils/src/index.ts
@@ -1,4 +1,3 @@
1
-export * from './babel'
2
export * from './color'
3
export * from './configFiles'
4
export * from './execa'
0 commit comments