backup-github-repo
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
const tokenPattern = /^\w{40}$/ | ||
const tokenPattern = /^\w{40,200}$/ | ||
const requestToken = async () => { | ||
@@ -31,0 +31,0 @@ const token = await prompt(` |
{ | ||
"name": "backup-github-repo", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Backup all the issues and pull requests of a Github repo, including the comments, events, and labels, as JSON and as HTML", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
15805