Bump required tap version to 0.4.1

When using node 0.10, test initiation will fail due to differences in
the array.map function.  This discrepancy is corrected in tap v0.4.1.
See: https://github.com/isaacs/node-tap/issues/70
This commit is contained in:
pmooney 2013-10-16 20:31:17 -05:00
parent 6c00badd95
commit 1b738105e6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"pooling": "0.4.4"
},
"devDependencies": {
"tap": "0.4.0",
"tap": "0.4.1",
"node-uuid": "1.4.0"
},
"scripts": {