Skip to content

Commit 7556957

Browse files
committed
fix - dependencies
1 parent 5a4c779 commit 7556957

File tree

7 files changed

+553
-823
lines changed

7 files changed

+553
-823
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ typings/
5959

6060
# next.js build output
6161
.next
62+
63+
# custom
64+
/output

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for (let alias in to) {
3939
execCmd(alias, to[alias])
4040
}
4141

42-
if(process.platform === 'win32') {
42+
if (process.platform === 'win32') {
4343
execSync('SETX LC_ALL C.UTF-8')
4444
}
4545

output/git_aliases-linux

-33.1 MB
Binary file not shown.

output/git_aliases-macos

-33.7 MB
Binary file not shown.

output/git_aliases-win.exe

-21.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)