Skip to content

Commit

Permalink
Forgot dep.
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
  • Loading branch information
ncb000gt committed Sep 30, 2011
1 parent 47f85cc commit dc36822
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "queuestream",
"version": "0.0.2",
"version": "0.0.3",
"author": "Nick Campbell (http://github.com/ncb000gt)",
"description": "Queue streams for sequential streaming.",
"main": "./lib/queuestream",
Expand All @@ -14,6 +14,9 @@
"scripts": {
"test": "make test"
},
"dependencies": {
"eventemitter2": "=0.4.2"
},
"devDependencies": {
"nodeunit": ">=0.5.4"
}
Expand Down

0 comments on commit dc36822

Please sign in to comment.