backup-github-repo
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
const tokenPattern = /^[0-9a-f]{40}$/ | ||
const tokenPattern = /^\w{40}$/ | ||
const requestToken = async () => { | ||
@@ -31,0 +31,0 @@ const token = await prompt(` |
{ | ||
"name": "backup-github-repo", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Backup all the issues and pull requests of a Github repo, including the comments, events, and labels, as JSON and as HTML", | ||
@@ -21,3 +21,4 @@ "bin": { | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"postpublish": "git push --tags" | ||
}, | ||
@@ -24,0 +25,0 @@ "keywords": [ |
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
15116