From 2b0df642094cddd25ac1cb09ad6f3338bb212dc4 Mon Sep 17 00:00:00 2001 From: Richard Remer Date: Wed, 16 Sep 2015 08:46:46 -0700 Subject: [PATCH] get rid of needless bin dir --- package.json | 2 +- bin/smtp2http.js => smtp2http.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/smtp2http.js => smtp2http.js (100%) 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