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
|
*.swp
|
||||||
*.log
|
*.log
|
||||||
.lock-wscript
|
.lock-wscript
|
||||||
build/
|
build/
|
||||||
/todo.org
|
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
},
|
},
|
||||||
"author" : "Brian Carlson <brian.m.carlson@gmail.com>",
|
"author" : "Brian Carlson <brian.m.carlson@gmail.com>",
|
||||||
"main" : "./lib",
|
"main" : "./lib",
|
||||||
|
"dependencies" : {
|
||||||
|
"generic-pool" : "1.0.6"
|
||||||
|
},
|
||||||
"scripts" : {
|
"scripts" : {
|
||||||
"test" : "make test",
|
"test" : "make test",
|
||||||
"install" : "node-waf configure build || true"
|
"install" : "node-waf configure build || true"
|
||||||
|
Loading…
Reference in New Issue
Block a user