Comparing version 0.1.0 to 0.1.1
@@ -33,3 +33,3 @@ /**/ void function() { | ||
for(i = 0; i < list.length; i++) { | ||
if(!/^(\S+)\s+\/(\S+)$/.test(list[i])) { | ||
if(!/^(\S+)\s+\/(\S*)$/.test(list[i])) { | ||
throw new Error('What\'s the fucking api defintion "' + list[i] + '"?'); | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "apisdk", | ||
"main": "apisdk.js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "YanagiEiichi <admin@web-tinker.com>" |
{ | ||
"name": "apisdk", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "apisdk.js", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -42,3 +42,3 @@ # apisdk.js | ||
``` | ||
```javascript | ||
/** | ||
@@ -45,0 +45,0 @@ * GET /users/:user_id/ |
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
15265