Skip to content

Commit 2c1a618

Browse files
authored
Merge pull request #1125 from hackmdio/dependency-node-6-fix
Fixing deep dependency problem with node 6.x
2 parents a9d12e3 + fa0dea0 commit 2c1a618

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
"ws": "^6.0.0",
133133
"xss": "^1.0.3"
134134
},
135+
"resolutions": {
136+
"**/tough-cookie": "~2.4.0"
137+
},
135138
"engines": {
136139
"node": ">=6.x"
137140
},

0 commit comments

Comments
 (0)