Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
package.json entry update to `"main": "./lib/winston.js"`
  • Loading branch information
rumanHuq authored and wbt committed Aug 10, 2022
1 parent 3998df0 commit acaa95b
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 @@ -55,7 +55,7 @@
"through2": "^4.0.2",
"winston-compat": "^0.1.5"
},
"main": "./lib/winston",
"main": "./lib/winston.js",
"browser": "./dist/winston",
"types": "./index.d.ts",
"scripts": {
Expand Down

0 comments on commit acaa95b

Please sign in to comment.