This commit is contained in:
dap
2024-10-30 07:43:59 +08:00
11 changed files with 44 additions and 26 deletions

View File

@@ -35,7 +35,6 @@
"dayjs": "catalog:",
"execa": "catalog:",
"find-up": "catalog:",
"nanoid": "catalog:",
"ora": "catalog:",
"pkg-types": "catalog:",
"prettier": "catalog:",

View File

@@ -13,8 +13,6 @@ export { default as colors } from 'chalk';
export { consola } from 'consola';
export * from 'execa';
export { nanoid } from 'nanoid';
export { default as fs } from 'node:fs/promises';
export { type PackageJson, readPackageJSON } from 'pkg-types';