Comparing version 1.0.20 to 1.0.21
@@ -93,9 +93,12 @@ var async = require('async'); | ||
.then((obj) => { | ||
E(`git init && git remote add origin ${obj.url}`) | ||
E(`git init && git remote add origin ${obj.url.trim()}`) | ||
.then((value) => { | ||
console.log(colors.green('Git init successfully.')); | ||
C(obj) | ||
.then((value) => { | ||
console.log(value); | ||
resolve(obj) | ||
}) | ||
.catch((err) => { | ||
console.log(err); | ||
reject(value) | ||
@@ -102,0 +105,0 @@ }) |
{ | ||
"name": "1n1t", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Create github repository in programmatically.", | ||
@@ -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
3807
113