Skip to content

Commit

Permalink
removes dep spdy, uses the http2 module instead, closes #40
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmdantas committed Feb 13, 2019
1 parent 3709af7 commit 39a8b98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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('spdy')
const http2 = require('http2')
const WS = require('./ws')
const express = require('express')
const chokidar = require('chokidar')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"http-proxy": "^1.13.2",
"minimist": "^1.2.0",
"open": "0.0.5",
"spdy": "^3.4.4",
"ws": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 39a8b98

Please sign in to comment.