Nail devDependencies to specific version

This documents what versions it's supposed to work with, and reduces
potential future confusion if contributors accidentally work with
different tool versions.
This commit is contained in:
Antti Korpi 2018-01-23 21:56:39 +01:00
parent 4e84ae8e40
commit fd09ef9848

View file

@ -40,11 +40,11 @@
"node": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"sax": "*",
"async": "*",
"sinon": "*"
"async": "^2.6.0",
"mocha": "^5.0.0",
"sax": "^1.2.4",
"should": "^13.2.1",
"sinon": "^4.2.1"
},
"scripts": {
"test": "node test-runner.js",