From 95050e3a9577623375ecc5825fafe9e65fe96428 Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Tue, 22 Dec 2015 15:03:16 -0800 Subject: [PATCH] Upgrade shouldjs to 8.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40964356..2fcefbd5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "bluebird": "^2.9.9", "mocha": "^2.1.0", - "should": "^5.0.0" + "should": "^8.0.2" }, "dependencies": { "async": "~1.0.0",