Merge pull request #1125 from hackmdio/dependency-node-6-fix

Fixing deep dependency problem with node 6.x
This commit is contained in:
Claudius Coenen
2019-01-24 01:18:07 +01:00
committed by GitHub

View File

@@ -132,6 +132,9 @@
"ws": "^6.0.0",
"xss": "^1.0.3"
},
"resolutions": {
"**/tough-cookie": "~2.4.0"
},
"engines": {
"node": ">=6.x"
},