diff --git a/package.json b/package.json index 932c337..60b3943 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.3", "description": "import a medium URL and convert it to markdown", "main": "index.js", + "bin": "./index.js", "scripts": { "convert": "node index.js", "test": "echo \"Error: no test specified\" && exit 1",