Comparing version 2.0.2 to 2.0.3
@@ -5,4 +5,2 @@ module.exports = extractPort | ||
portfinder.basePort = 9966 | ||
function extractPort(parsed, ready) { | ||
@@ -24,2 +22,3 @@ var remain | ||
portfinder.basePort = 9966 | ||
portfinder.getPort(function(err, port) { | ||
@@ -26,0 +25,0 @@ if(err) { |
{ | ||
"name": "beefy", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "local development server that aims to make using browserify fast and fun", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
848729