Skip to content

Commit 390f4e8

Browse files
committed
add generic-pool dependency
1 parent a7fbe95 commit 390f4e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/.emacs-project
1+
node_modules/
22
*.swp
33
*.log
44
.lock-wscript
55
build/
6-
/todo.org

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
},
1010
"author" : "Brian Carlson <brian.m.carlson@gmail.com>",
1111
"main" : "./lib",
12+
"dependencies" : {
13+
"generic-pool" : "1.0.6"
14+
},
1215
"scripts" : {
1316
"test" : "make test",
1417
"install" : "node-waf configure build || true"

0 commit comments

Comments
 (0)