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
commit 2c1a618c56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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