Skip to content

Commit

Permalink
fixed issue with bin pointing to wrong script
Browse files Browse the repository at this point in the history
  • Loading branch information
lvl99 committed Jan 8, 2023
1 parent 9fa9997 commit 3d5c07d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "barbell",
"version": "1.0.1",
"version": "1.0.2",
"description": "Easily benchmark your JS code's performance via CLI using similar (but different) interface to Jest.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"barbell": "./dist/index.js"
"barbell": "./dist/lib/cli.js"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"barbell": "./dist/index.js"
"barbell": "./dist/lib/cli.js"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 3d5c07d

Please sign in to comment.