Skip to content

Commit

Permalink
Update detect-port (facebook#1861)
Browse files Browse the repository at this point in the history
Previous changes caused `detect-port` to pick random port on app startup. Update fixes this regression, `detect-port` pick next available port instead.
  • Loading branch information
Andreyco authored and Timer committed Mar 23, 2017
1 parent 7104523 commit 995b750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2",
"css-loader": "0.26.1",
"detect-port": "1.1.0",
"detect-port": "1.1.1",
"dotenv": "2.0.0",
"eslint": "3.16.1",
"eslint-config-react-app": "^0.6.2",
Expand Down

0 comments on commit 995b750

Please sign in to comment.