git_aliases
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -42,2 +42,6 @@ const { execSync } = require('child_process') | ||
if(process.platform === 'win32') { | ||
execSync('SETX LC_ALL C.UTF-8') | ||
} | ||
console.log() | ||
@@ -44,0 +48,0 @@ console.log('Aliases created with success!') |
{ | ||
"name": "git_aliases", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "Create aliases for git commands", | ||
@@ -21,3 +21,4 @@ "main": "index.js", | ||
"contributors": [ | ||
"Vinicius Rufine <vsrufine@gmail.com> (https://rufine.com.br)" | ||
"Vinicius Rufine <vsrufine@gmail.com> (https://rufine.com.br)", | ||
"Heitor Dobeis <heitordobeis@gmail.com> (https://dobeis.com)" | ||
], | ||
@@ -24,0 +25,0 @@ "license": "MIT", |
4203
54