@nanogiants/repository-setup
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -104,4 +104,4 @@ #!/usr/bin/env node | ||
slug = packageAnswers.slug; | ||
repoUrl = packageAnswers.repoUrl.endsWith('.git') | ||
? packageAnswers.repoUrl.substring(0, '.git'.length) | ||
repoUrl = packageAnswers.repoUrl.endsWith('.git/') | ||
? packageAnswers.repoUrl.substring(0, '.git/'.length) | ||
: packageAnswers.repoUrl; | ||
@@ -108,0 +108,0 @@ docsUrl = packageAnswers.docsUrl; |
{ | ||
"name": "@nanogiants/repository-setup", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Sets up new NanoGiants repositories including LICENSE, CoC and contribution guidelines", | ||
@@ -5,0 +5,0 @@ "main": "index.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
22743