mirror of https://github.com/status-im/codimd.git
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
|
@ -132,6 +132,9 @@
|
|||
"ws": "^6.0.0",
|
||||
"xss": "^1.0.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/tough-cookie": "~2.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.x"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue