Skip to content

Commit

Permalink
fix(lhci-report): fix bin
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Mar 22, 2024
1 parent d50e463 commit 26ed9bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/lhci-report/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "@rambler-tech/lhci-report",
"version": "0.1.0",
"cli": "dist/cli.js",
"bin": {
"lhci-report": "dist/cli.js"
},
"types": "dist/cli.d.ts",
"license": "MIT",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"chalk": "^4"
},
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/node": "^20.11.30"
},
"dependencies": {
"chalk": "^4"
}
}

0 comments on commit 26ed9bc

Please sign in to comment.