From 81f9bbfb50bbdf069150488ff7c7d30b6e11fe9a Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Fri, 27 Jan 2017 00:40:03 -0800 Subject: [PATCH] chore(package): update should to version 11.2.0 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc0123d..a95ef44 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gulp-shell": "0.5.2", "jshint": "2.9.4", "mocha": "3.2.0", - "should": "11.1.2" + "should": "11.2.0" }, "scripts": { "test": "mocha --reporter spec && jshint ./*.js && jshint ./test/*.js"