Comparing version 0.1.6 to 0.1.7
@@ -68,3 +68,3 @@ var chalk = require('chalk'); | ||
var stc = data.toString(); | ||
console.log('stderr:'+chalk.blue(stc)); | ||
console.log('[stderr]♣♣:'+chalk.blue(stc)); | ||
if(stc == 'Everything up-to-date'){ | ||
@@ -84,3 +84,3 @@ console.log('isok ='+ false); | ||
useTime = eTime - sTime; | ||
console.log(chalk.green.bold('git push ok \n time cost: '+useTime +'ms\n恭喜您:推送完成 || 耗时 '+ useTime/1000 +'秒\n更多信息请看上面蓝色信息提示')); | ||
console.log(chalk.green.bold('git push ok \n time cost: '+useTime +'ms\n恭喜您:推送完成 || 耗时 '+ useTime/1000 +'秒\n更多信息请看上面stderr:信息提示')); | ||
}); | ||
@@ -87,0 +87,0 @@ |
{ | ||
"name": "gitpush", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": " Git 命令行实用程序,将所有修改过的文件并提交它们.自动gitpush .A command line utility to Git Add all modified files and commit them.", | ||
@@ -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
813917