Skip to content

Commit

Permalink
[Chore] Use a fixed version of spdy-transport
Browse files Browse the repository at this point in the history
**What?**

Point to the fixed version of spdy-transport from spdy-http2/spdy-transport#61.

**Why?**

Because ths breaks use of webpack-dev-server and we're
aren't sure when the PRs will be merged.
  • Loading branch information
luma committed Nov 7, 2018
1 parent f454ebb commit efd9a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"http-deceiver": "^1.2.7",
"safe-buffer": "^5.0.1",
"select-hose": "^2.0.0",
"spdy-transport": "^2.0.18"
"spdy-transport": "jacobheun/spdy-transport#chore/update-deps"
},
"devDependencies": {
"istanbul": "^0.4.5",
Expand Down

0 comments on commit efd9a4a

Please sign in to comment.