Skip to content

Commit

Permalink
misc: add main path to logger (#15284)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Jul 18, 2023
1 parent 809eaea commit b3d5217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lighthouse-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"type": "module",
"name": "lighthouse-logger",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"main": "./index.js",
"scripts": {
"prepack": "yarn build-types",
"build-types": "npx tsc index.js --allowJs --emitDeclarationOnly --declaration"
Expand Down

0 comments on commit b3d5217

Please sign in to comment.