Comparing version 0.0.2 to 0.0.3
@@ -14,3 +14,3 @@ void function() { | ||
for(j = 0; j < path.length; j++) { | ||
name = path[j].replace(/^\{.*\}$/, '_'); | ||
name = path[j].replace(/^(?:\{.*\}|:[\w-]*)$/, '_'); | ||
temp = temp[name] = Object(temp[name]); | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "apisdk", | ||
"main": "apisdk.js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "YanagiEiichi <admin@web-tinker.com>" |
{ | ||
"name": "apisdk", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "apisdk.js", | ||
@@ -5,0 +5,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
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
9818