Comparing version 6.0.2 to 6.0.3
@@ -11,3 +11,10 @@ var path = require('path') | ||
var parts = file.split(':') | ||
var parts | ||
// absolute path with letter drive, eg C:/ | ||
if (/^[A-Z]\:\/+/.test(file)) { | ||
parts = file.split(/\:(?:(?=[^\/]))/) | ||
} else { | ||
parts = file.split(':') | ||
} | ||
var pathFrom, pathUrl | ||
@@ -14,0 +21,0 @@ |
{ | ||
"name": "budo", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "a browserify server for rapid prototyping", | ||
@@ -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
34143
735