Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 11, 2023
1 parent 11ba5be commit f698f88
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"cli",
"universal",
"unified",
"winston"
"prompt",
"clack",
"format",
"error",
"stacktrace"
],
"repository": "unjs/consola",
"license": "MIT",
Expand All @@ -19,12 +23,13 @@
".": {
"node": {
"types": "./dist/index.d.ts",
"require": "./lib/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./lib/index.cjs"
},
"default": {
"types": "./dist/index.browser.d.ts",
"import": "./dist/index.browser.mjs"
"import": "./dist/index.browser.mjs",
"require": "./lib/index.browser.cjs"
}
}
},
Expand Down Expand Up @@ -67,4 +72,4 @@
"winston": "^3.8.2"
},
"packageManager": "pnpm@8.1.1"
}
}

0 comments on commit f698f88

Please sign in to comment.