diff --git a/package.json b/package.json index fe1c21d..7022ed6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "SMTP to HTTP gateway", "bin": { - "smtp2http": "./bin/smtp2http.js" + "smtp2http": "./smtp2http.js" }, "dependencies": { "smtp-protocol": "^2", diff --git a/bin/smtp2http.js b/smtp2http.js similarity index 100% rename from bin/smtp2http.js rename to smtp2http.js