Skip to content

Commit 15544a8

Browse files
authored
chore(deps): remove dotenv (#142)
1 parent c7c3cc8 commit 15544a8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bun.lockb

-344 Bytes
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"cac": "^6.7.14",
3131
"consola": "^3.3.3",
3232
"deepmerge": "^4.3.1",
33-
"dotenv": "^16.4.7",
3433
"json-stringify-pretty-compact": "^4.0.0",
3534
"linkedom": "^0.18.6",
3635
"p-queue": "^8.0.1",

src/cli.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import 'dotenv/config';
2-
31
import { cac } from 'cac';
42
import { consola } from 'consola';
53
import colors from 'picocolors';

0 commit comments

Comments
 (0)