mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] bump requires-port, server and ws
npm v3 tries to dedupe the dependencies by default, and keeping dependencies up-to-date helps better deduplication. https://github.com/unshiftio/requires-port https://github.com/npm/node-semver https://github.com/websockets/ws
This commit is contained in:
parent
ab42124d54
commit
9ea1e89a2f
@ -14,7 +14,7 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"eventemitter3": "1.x.x",
|
||||
"requires-port": "0.x.x"
|
||||
"requires-port": "1.x.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "*",
|
||||
@ -24,10 +24,10 @@
|
||||
"expect.js": "*",
|
||||
"mocha": "*",
|
||||
"mocha-lcov-reporter": "*",
|
||||
"semver": "^4.3.3",
|
||||
"semver": "^5.0.3",
|
||||
"socket.io": "*",
|
||||
"socket.io-client": "*",
|
||||
"ws": "~0.5.0"
|
||||
"ws": "^0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user