Skip to content

Commit

Permalink
bumps spdy to 4.0 - #40
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmdantas committed Feb 13, 2019
1 parent f131c3c commit 335e80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const open = require('open')
const http = require('http')
const https = require('https')
const http2 = require('http2')
const http2 = require('spdy')
const WS = require('./ws')
const express = require('express')
const chokidar = require('chokidar')
Expand Down
2 changes: 1 addition & 1 deletion test/server_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const sinon = require('sinon')
const path = require('path')
const http = require('http')
const https = require('https')
const http2 = require('http2')
const http2 = require('spdy')
const httpProxy = require('http-proxy')
const chokidar = require('chokidar')

Expand Down

0 comments on commit 335e80b

Please sign in to comment.