Changed to more strict sinon version to work around issue in latest sinon

This commit is contained in:
Torkel Ödegaard 2015-06-10 15:08:32 +02:00
parent b5418c40ba
commit 2c00267d58

View File

@ -62,6 +62,6 @@
"grunt-jscs": "~1.5.x",
"karma-sinon": "^1.0.3",
"lodash": "^2.4.1",
"sinon": "^1.10.3"
"sinon": "1.10.3"
}
}