Comparing version 0.0.9 to 0.1.0
@@ -37,4 +37,6 @@ #!/usr/bin/env node | ||
authPath = authPath.replace('bin', 'lib/node_modules/') + '/auth.json'; | ||
console.log(authPath); | ||
authPath = authPath.replace('bin', 'lib/node_modules') + '/auth.json'; | ||
console.log(authPath); | ||
console.log('OK.'); | ||
@@ -41,0 +43,0 @@ _fs2.default.stat(authPath, function (error, stats) { |
@@ -20,4 +20,6 @@ #!/usr/bin/env node | ||
// TODO change this. | ||
authPath = authPath.replace('bin', 'lib/node_modules/') + '/auth.json'; | ||
console.log(authPath); | ||
authPath = authPath.replace('bin', 'lib/node_modules') + '/auth.json'; | ||
console.log(authPath); | ||
console.log('OK.'); | ||
@@ -24,0 +26,0 @@ fs.stat(authPath, (error, stats) => { |
{ | ||
"name": "add-stars", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "Add star to repos used in your project.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
57060
367