Comparing version 0.1.3 to 0.1.4
@@ -44,3 +44,3 @@ #!/usr/bin/env node | ||
menu.init().then(function () { | ||
gh.addStars(); | ||
return gh.addStars(); | ||
}); | ||
@@ -47,0 +47,0 @@ } else { |
@@ -28,5 +28,3 @@ #!/usr/bin/env node | ||
.init() | ||
.then(() => { | ||
gh.addStars() | ||
}); | ||
.then(() => gh.addStars()); | ||
} else { | ||
@@ -33,0 +31,0 @@ gh.addStars(); |
{ | ||
"name": "add-stars", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Add star to repos used in your project.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
56910
361