Go back to sinon v1.x for now due to failing tests.

This commit is contained in:
Tankred Hase 2017-08-16 17:39:55 +08:00
parent 5778f8fa13
commit 59a77fd01e

View File

@ -36,12 +36,13 @@
"chai": "^4.1.1", "chai": "^4.1.1",
"eslint": "^4.4.1", "eslint": "^4.4.1",
"mocha": "^3.2.0", "mocha": "^3.2.0",
"sinon": "^3.2.0", "sinon": "^1.17.4",
"supertest": "^3.0.0" "supertest": "^3.0.0"
}, },
"greenkeeper": { "greenkeeper": {
"ignore": [ "ignore": [
"nodemailer" "nodemailer",
"sinon"
] ]
} }
} }