Skip to content

Commit

Permalink
feat: export file logger as well
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Oct 27, 2023
1 parent d0e89c0 commit be0f23f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@
"node": ">=14.18 || >=16.20"
},
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./filelogger": {
"import": "./dist/filelogger.js",
"types": "./dist/filelogger.d.ts"
}
},
"keywords": [
"tinyhttp",
"node.js",
Expand Down

0 comments on commit be0f23f

Please sign in to comment.