Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

Commit 8c1da73

Browse files
author
Richard Feldman
committed
Fix npm linux roots.
1 parent 8c96f11 commit 8c1da73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installers/npm/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ module.exports = binwrap({
1313
"darwin-x64": root + "-macos.tar.gz",
1414
"win32-x64": root + "-windows.tar.gz",
1515
"win32-ia32": root + "-windows.tar.gz",
16-
"linux-x64": root + "-linux-32bit.tar.gz",
17-
"linux-ia32": root + "-linux-64bit.tar.gz"
16+
"linux-x64": root + "-linux-64bit.tar.gz",
17+
"linux-ia32": root + "-linux-32bit.tar.gz"
1818
}
1919
});
2020

0 commit comments

Comments
 (0)