From f9b0ac482c4833c7fbe10f970a03f3b77486e014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 23 Jan 2015 14:23:58 +0100 Subject: [PATCH] Upgrade `should` to the latest 1.x version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aaf40176..ca1fbad4 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "node >= 0.6" ], "devDependencies": { - "should": "~1.2.2", - "mocha": "~1.20.1" + "mocha": "~1.20.1", + "should": "^1.3.0" }, "dependencies": { "async": "~0.9.0",