diff --git a/.gitignore b/.gitignore index 8e22041..81d95c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -/.emacs-project +node_modules/ *.swp *.log .lock-wscript build/ -/todo.org diff --git a/package.json b/package.json index de62141..66919f0 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ }, "author" : "Brian Carlson ", "main" : "./lib", + "dependencies" : { + "generic-pool" : "1.0.6" + }, "scripts" : { "test" : "make test", "install" : "node-waf configure build || true"