git-repo-init
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -35,3 +35,3 @@ const clui = require('clui') | ||
scopes: ['user', 'public_repo', 'repo', 'repo:status'], | ||
note: 'ginit, the command-line tool for initalizing Git repos' | ||
note: 'git-repo-init, the command-line tool for initalizing Git repos' | ||
}); | ||
@@ -38,0 +38,0 @@ const token = response.data.token; |
{ | ||
"name": "git-repo-init", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "git initialisation repo", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"bin": { | ||
"git-init": "index.js" | ||
"git-repo-init": "index.js" | ||
}, | ||
@@ -17,0 +17,0 @@ "author": "RaxRaj", |
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
8764