Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unscope detect-port (facebook#2483)
Resolves facebook#2481
  • Loading branch information
Timer authored and romaindso committed Jul 10, 2017
1 parent ae19c65 commit 228ec9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/WebpackDevServerUtils.js
Expand Up @@ -13,7 +13,7 @@ const fs = require('fs');
const path = require('path');
const url = require('url');
const chalk = require('chalk');
const detect = require('@timer/detect-port');
const detect = require('detect-port-alt');
const inquirer = require('inquirer');
const clearConsole = require('./clearConsole');
const formatWebpackMessages = require('./formatWebpackMessages');
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Expand Up @@ -33,12 +33,12 @@
"webpackHotDevClient.js"
],
"dependencies": {
"@timer/detect-port": "1.1.3",
"address": "1.0.1",
"anser": "1.3.0",
"babel-code-frame": "6.22.0",
"chalk": "1.1.3",
"cross-spawn": "4.0.2",
"detect-port-alt": "1.1.3",
"escape-string-regexp": "1.0.5",
"filesize": "3.3.0",
"gzip-size": "3.0.0",
Expand Down

0 comments on commit 228ec9e

Please sign in to comment.