Add node-namespace to package.json

This commit is contained in:
Andrew Stewart 2013-10-29 10:54:01 -07:00
parent 1c3d2236a0
commit 562b91af94
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
"sinon": "~1.7.3"
},
"dependencies": {
"async": "~0.2.9"
"async": "~0.2.9",
"node-namespace": "~1.0.0"
}
}