Comparing version 0.1.5 to 0.1.7
@@ -43,3 +43,5 @@ #!/usr/bin/env node | ||
var menu = new _menu2.default(authPath); | ||
menu.init().then(gh.addStars); | ||
menu.init().then(function () { | ||
gh.addStars(); | ||
}); | ||
} else { | ||
@@ -46,0 +48,0 @@ gh.addStars(); |
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
.init() | ||
.then(gh.addStars); | ||
.then(() => {gh.addStars()}); | ||
} else { | ||
@@ -31,0 +31,0 @@ gh.addStars(); |
{ | ||
"name": "add-stars", | ||
"version": "0.1.5", | ||
"version": "0.1.7", | ||
"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
56625
361