Comparing version 2.0.9 to 2.0.10
@@ -144,3 +144,3 @@ var util = require("util") | ||
for(var n in v) { | ||
if(Object.hasOwnProperty.call(v, n) && n !== 'message') { | ||
if(Object.hasOwnProperty.call(v, n) && n !== 'message' && n !== 'stack') { | ||
otherProperties.push(valueToString(v[n])) | ||
@@ -147,0 +147,0 @@ } |
{"name":"deadunit", | ||
"description": "A dead-simple nestable unit testing library for javascript and node.js.", | ||
"keywords": ["unit", "test", "testing", "javascript", "node"], | ||
"version":"2.0.9", | ||
"version":"2.0.10", | ||
"dependencies":{ | ||
"colors":"", | ||
"deadunit-core":"2.0.4", | ||
"deadunit-core":"2.0.5", | ||
"proto":"1.0.8", | ||
@@ -9,0 +9,0 @@ "async-future":"0.1.12", |
@@ -196,2 +196,8 @@ | ||
* 2.0.10 | ||
* fixing double-printing of exceptions | ||
* 2.0.9 | ||
* attempting to work around an npm bug | ||
* 2.0.4 | ||
* adding browser support | ||
* 2.0.1 | ||
@@ -198,0 +204,0 @@ * added a note when a test times out |
327949
220
+ Addeddeadunit-core@2.0.5(transitive)
- Removeddeadunit-core@2.0.4(transitive)
Updateddeadunit-core@2.0.5