add generic-pool dependency
This commit is contained in:
parent
a7fbe95e72
commit
390f4e8e48
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
/.emacs-project
|
||||
node_modules/
|
||||
*.swp
|
||||
*.log
|
||||
.lock-wscript
|
||||
build/
|
||||
/todo.org
|
||||
|
@ -9,6 +9,9 @@
|
||||
},
|
||||
"author" : "Brian Carlson <brian.m.carlson@gmail.com>",
|
||||
"main" : "./lib",
|
||||
"dependencies" : {
|
||||
"generic-pool" : "1.0.6"
|
||||
},
|
||||
"scripts" : {
|
||||
"test" : "make test",
|
||||
"install" : "node-waf configure build || true"
|
||||
|
Loading…
Reference in New Issue
Block a user