Comparing version 0.2.0 to 0.2.1
@@ -59,3 +59,6 @@ var fs = require('fs'); | ||
return cb(err); | ||
data.remote = myTrim(stdout); | ||
data.remotes = stdout.split('\n'); | ||
data.remotes.pop(); | ||
data.remote = (data.remotes.indexOf('origin') === -1) | ||
? data.remotes[0] : 'origin'; | ||
return cb(null, data); | ||
@@ -62,0 +65,0 @@ }); |
{ | ||
"name": "vizion", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=0.10" |
@@ -28,2 +28,4 @@ | ||
* branch : 'development', | ||
* remotes : [ 'http', 'http ssl', 'origin' ], | ||
* remote : 'origin', | ||
* commment : 'This is a comment', | ||
@@ -34,3 +36,3 @@ * update_time : Tue Oct 28 2014 14:33:30 GMT+0100 (CET), | ||
* next_rev : null, // null if its latest in the branch | ||
* prev_rev : 'aaaaasdaadas7a3c969e4caba96546fd23255796' | ||
* prev_rev : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8' | ||
* } | ||
@@ -53,3 +55,3 @@ * | ||
* is_up_to_date : false, | ||
* new_revision : 'ZZZZZzzzza3c969e4caba96546fd23255796', | ||
* new_revision : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8' | ||
* current_revision : 'f0a1d45936cf7a3c969e4caba96546fd23255796' | ||
@@ -74,3 +76,3 @@ * } | ||
* success : true, | ||
* current_revision : 'ZZZZZzzzza3c969e4caba96546fd23255796' | ||
* current_revision : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8' | ||
* } | ||
@@ -112,3 +114,3 @@ * | ||
* success : true, | ||
* current_revision : 'ZZZZZzzzza3c969e4caba96546fd23255796' | ||
* current_revision : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8' | ||
* } | ||
@@ -131,3 +133,3 @@ * | ||
* success : false, | ||
* current_revision : 'sdsdsdzzzza3c969e4caba96546fd2325576' | ||
* current_revision : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8' | ||
* } | ||
@@ -134,0 +136,0 @@ * |
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
59646
607
134