Merge pull request #1125 from hackmdio/dependency-node-6-fix
Fixing deep dependency problem with node 6.x
This commit is contained in:
commit
2c1a618c56
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue