Skip to content

Commit

Permalink
refactor(npm)!: don't replace consola (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Jul 25, 2024
1 parent b876713 commit e5777c2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 65 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"consola": "^3.2.3",
"defu": "^6.1.4",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
Expand All @@ -49,6 +48,7 @@
"@types/node": "^20.14.12",
"automd": "^0.3.8",
"changelogen": "^0.5.5",
"consola": "^3.2.3",
"eslint": "^9.7.0",
"eslint-config-unjs": "^0.3.2",
"jiti": "^1.21.6",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/presets/nodeless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const nodeless: Preset & { alias: Map<string, string> } = {

// npm
fsevents: "unenv/runtime/npm/fsevents",
"consola/core": "consola/core",
"node-fetch": "unenv/runtime/npm/node-fetch",
"node-fetch-native": "unenv/runtime/npm/node-fetch",
"node-fetch-native/polyfill": "unenv/runtime/mock/empty",
Expand Down
21 changes: 0 additions & 21 deletions src/runtime/npm/consola.ts

This file was deleted.

39 changes: 0 additions & 39 deletions src/runtime/npm/consola/utils.ts

This file was deleted.

0 comments on commit e5777c2

Please sign in to comment.