Connect instead of start

master
J.Fernando Sánchez 12 years ago
parent f4ed43c564
commit 2dff5bf5a2

@ -10,4 +10,4 @@ var hook = new Hook({
// Hook.start defaults to localhost
// it can accept dnode constructor options ( for remote connections )
// these hooks can be started on diffirent machines / networks / devices
hook.start();
hook.connect();

@ -3,7 +3,7 @@
"name": "hook.io-mailer",
"description": "Hook for mail integration",
"keywords" : [ "hook", "hook.io", "mailer" ],
"version": "0.0.1",
"version": "0.0.2",
"bugs" : { "url" : "http://github.com/balkian/Hookio-Mailer/issues" },
"repository": {
"type": "git",

Loading…
Cancel
Save