Skip to content

Commit fa0dea0

Browse files
committed
Fixing deep dependency problem with node 6.x
this commit has been blatantly stolen from @samselikoff in ember-cli-addon-docs. It prevents an issue introduced via a deep dependency that no longer supports node 6 (which we still would like to support). see: ember-learn/ember-cli-addon-docs@231275b see: salesforce/tough-cookie#141 Signed-off-by: Claudius Coenen <[email protected]>
1 parent a9d12e3 commit fa0dea0

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)