diff --git a/package.json b/package.json index 2b5c4ea..c28f85b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "JSDoc command line interface wrapper", "main": "index.js", + "bin": "./index.js", "scripts": { "lint": "eslint --color --max-warnings 0 .", "test": "vitest",