From 612084f7c0cb2abf5634100627ba33537994eeda Mon Sep 17 00:00:00 2001 From: Jeff Sheets Date: Wed, 19 Apr 2017 16:13:13 -0500 Subject: [PATCH] fix issue #4 by pinning proxyquire version to the old labs version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 38e73e7..2610d80 100644 --- a/package.json +++ b/package.json @@ -90,9 +90,9 @@ "lazypipe": "^1.0.1", "merge-stream": "^0.1.7", "mocha": "^2.2.1", - "proxyquire": "^1.4.0", - "proxyquire-universal": "^1.0.3", - "proxyquireify": "^3.0.0", + "proxyquire": "1.4.0", + "proxyquire-universal": "1.0.3", + "proxyquireify": "3.0.0", "reactify": "^1.0.0", "require-dot-file": "^0.4.0", "sinon": "^1.12.2",