get rid of needless bin dir

This commit is contained in:
Richard Remer 2015-09-16 08:46:46 -07:00
parent d148078253
commit 2b0df64209
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"description": "SMTP to HTTP gateway", "description": "SMTP to HTTP gateway",
"bin": { "bin": {
"smtp2http": "./bin/smtp2http.js" "smtp2http": "./smtp2http.js"
}, },
"dependencies": { "dependencies": {
"smtp-protocol": "^2", "smtp-protocol": "^2",