flex-combo
Advanced tools
Comparing version 0.12.16 to 0.12.17
@@ -85,3 +85,3 @@ var urlLib = require("url"); | ||
if (prefix != -1) { | ||
var base = url.slice(0, prefix); | ||
var base = (url.slice(0, prefix) + '/').replace(/\/{1,}/g, '/'); | ||
var file = url.slice(prefix + this.param.servlet.length + 1); | ||
@@ -88,0 +88,0 @@ var filelist = file.split(this.param.seperator, 1000); |
{ | ||
"name": "flex-combo", | ||
"version": "0.12.16", | ||
"version": "0.12.17", | ||
"description": "A combo tool designed for web front-end developer, which support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -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
80429