jspm-github
Advanced tools
Comparing version 0.13.25 to 0.13.26
@@ -92,3 +92,3 @@ var fs = require('graceful-fs'); | ||
function isGithubToken(token) { | ||
return token && token.match(/[0-9a-f]{40}/); | ||
return token && token.match(/[0-9a-zA-Z_]{40,255}/); | ||
} | ||
@@ -95,0 +95,0 @@ |
{ | ||
"name": "jspm-github", | ||
"version": "0.13.25", | ||
"version": "0.13.26", | ||
"description": "jspm GitHub endpoint", | ||
@@ -5,0 +5,0 @@ "main": "github.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
30915