From 8c02a605009618071d78220b73f3a09f490287d8 Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Sun, 9 Feb 2014 15:36:11 -0500 Subject: [PATCH] Revert to sinon ~1.7 series Tests fails with 1.8, seems related to a sinon bug. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffb42af0..c87ed1ff 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "devDependencies": { "proxyquire": "~0.5.1", - "sinon": "~1.8.1", + "sinon": "~1.7.3", "coveralls": "~2.7.1", "gulp": "~3.5.2", "gulp-mocha": "~0.4.1",