From ae9d86cb031a9deed6d0b8d819fee5f7e57fc532 Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Thu, 6 Nov 2014 14:54:49 -0800 Subject: [PATCH] Make sinon a dependencies. This is required for TestAdapter --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 960bb7bb..50d9c0cd 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "rimraf": "^2.2.0", "run-async": "^0.1.0", "shelljs": "^0.3.0", + "sinon": "^1.9.1", "text-table": "^0.2.0", "through2": "^0.6.3", "underscore.string": "^2.3.1", @@ -71,7 +72,6 @@ "jshint-stylish": "^1.0.0", "mockery": "^1.4.0", "nock": "^0.48.2", - "proxyquire": "^1.0.0", - "sinon": "^1.9.1" + "proxyquire": "^1.0.0" } }