Skip to content

Commit

Permalink
Fix bin directory in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aredridel committed Oct 2, 2010
1 parent e1cfb92 commit 8a81879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -2,7 +2,6 @@
, "version" : "0.0.3"
, "description" : "SMTP daemon (and eventually client) library"
, "engines" : [ "node" ]
, "bin" : "bin/smtpd"
, "dependencies" : ["linebuffer"]
, "directories" : { "lib" : "./lib" }
, "directories" : { "lib" : "./lib", "bin": "./bin" }
}

0 comments on commit 8a81879

Please sign in to comment.