mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 04:18:35 +00:00
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:
parent
4e84ae8e40
commit
fd09ef9848
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue