From 390f4e8e486e091c32f9c78bc35e5c848dc077f7 Mon Sep 17 00:00:00 2001 From: brianc Date: Thu, 11 Aug 2011 19:37:04 -0500 Subject: [PATCH] add generic-pool dependency --- .gitignore | 3 +-- package.json | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) 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"