Fix port detection lag on OS X with Firewall enabled (#319)
This fixes #302 by temporarily forking `detect-port`. Hopefully this fix will be merged into the original project, and we can refer to it again.
Showing
+88 -2
... | ... | @@ -44,7 +44,6 @@ |
"chalk": "1.1.3", | ||
"cross-spawn": "4.0.0", | ||
"css-loader": "0.23.1", | ||
"detect-port": "0.1.4", | ||
"eslint": "3.1.1", | ||
"eslint-loader": "1.4.1", | ||
"eslint-plugin-flowtype": "2.4.0", | ||
... | ... |
scripts/utils/detectPort.js
0 → 100644
Please register or sign in to comment