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
1 changed files with 3 additions and 0 deletions

View File

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