Skip to content

Commit

Permalink
misc: add main path to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jul 18, 2023
1 parent 809eaea commit acb00a9
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 acb00a9

Please sign in to comment.