flex-combo
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -69,5 +69,4 @@ var http = require('http') | ||
for(k in map){ | ||
var matchN = fullPath.replace(/\\/g, '/').indexOf(k); | ||
if(matchN > longestMatchNum) { | ||
longestMatchNum = matchN; | ||
if(fullPath.replace(/\\/g, '/').indexOf(k) === 0 && longestMatchNum < k.length){ | ||
longestMatchNum = k.length; | ||
longestMatchPos = k; | ||
@@ -74,0 +73,0 @@ } |
{ | ||
"name": "flex-combo", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "The Flex-combo is combo tool designed for web front-end developer. It support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -5,0 +5,0 @@ "main": "flex-combo.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
17109
309