diff --git a/package.json b/package.json index 7d8ab44..efb7f0c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/index.ts", "type": "module", "bin": { - "regressify": "./src/index.js" + "regressify": "src/index.js" }, "scripts": { "build": "tsc --project tsconfig.json", @@ -53,4 +53,4 @@ "typescript": "^5.8.3", "vitest": "^4.1.8" } -} \ No newline at end of file +}