From a4963e66ffe5b3794a6922d1ce81a6150ac069b3 Mon Sep 17 00:00:00 2001 From: svenkatreddy Date: Wed, 14 Feb 2018 01:42:24 +0000 Subject: [PATCH] update packages --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d7af5a..c7fff9c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![NPM](https://nodei.co/npm/ultimate-chai.png?stars=true)](https://nodei.co/npm/ultimate-chai/) -chai with sinon-chai, dirty-chai, sinon-as-promised with mixed features +chai with sinon-chai, dirty-chai, chai-as-promised with mixed features Now supports Chai 4.x diff --git a/package.json b/package.json index 0151171..d8e429a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultimate-chai", - "version": "4.1.0", + "version": "4.1.1", "description": "ultimate chai library you'll ever need with cross mixture of sinon-chai, dirty-chai, chai-as-promised included", "main": "index.js", "scripts": { @@ -34,7 +34,7 @@ "sinon-chai": "^2.14.0" }, "devDependencies": { - "mocha": "^4.0.1", - "sinon": "^4.1.3" + "mocha": "^5.0.1", + "sinon": "^4.3.0" } }