From b3300b3d49e62a7cc47e7ab3210595379242c30a Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Sat, 6 Feb 2016 14:23:36 +0000 Subject: [PATCH] deps: fix rimraf-then@1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f68c1df24d..bfe178fd40 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "matchdep": "1.0.0", "nock": "7.1.0", "rewire": "2.5.1", - "rimraf-then": "^1.0.0", + "rimraf-then": "1.0.0", "should": "6.0.3", "sinon": "1.14.1", "supertest": "1.1.0",