diff --git a/package.json b/package.json index 8227b2a..9778468 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "nothing yet", "version": "1.0.2", "bin": { - "mudl": "index.js" + "mudl": "./index.js" }, "engines": { "node": ">= 11.0.0" @@ -11,4 +11,4 @@ "dependencies": { "no-op": "^1.0.3" } -} +} \ No newline at end of file