Skip to content

Commit

Permalink
fix: point types to separate declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleRoss committed Nov 18, 2021
1 parent 2345392 commit c65fd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Lightweight logging library for any Node 12+ applications",
"main": "index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
Expand Down

0 comments on commit c65fd52

Please sign in to comment.