Comparing version 2.0.2 to 2.0.3
@@ -50,4 +50,4 @@ 'use strict'; | ||
path = String(path); | ||
var last = path.replace(/.*[/\\]/, '').toLowerCase(); | ||
var ext = last.replace(/.*\./, '').toLowerCase(); | ||
var last = path.replace(/^.*[/\\]/, '').toLowerCase(); | ||
var ext = last.replace(/^.*\./, '').toLowerCase(); | ||
@@ -54,0 +54,0 @@ var hasPath = last.length < path.length; |
@@ -47,3 +47,3 @@ { | ||
}, | ||
"version": "2.0.2" | ||
"version": "2.0.3" | ||
} |
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
67415