diff --git a/dist/package.json b/dist/package.json index 5c391e1..1cae0bf 100644 --- a/dist/package.json +++ b/dist/package.json @@ -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" diff --git a/package.json b/package.json index e632ce3..38a84e8 100644 --- a/package.json +++ b/package.json @@ -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"