Skip to content

Commit

Permalink
fixing borked npm post install
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Jul 21, 2022
1 parent 9617b59 commit 1ac2191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions npm-install/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const ARCH_MAPPING = {
arm64: "arm64",
};
export const PLATFORM_MAPPING = {
darwin: "Darwin",
linux: "Linux",
win32: "Windows",
darwin: "darwin",
linux: "linux",
win32: "windows",
};

0 comments on commit 1ac2191

Please sign in to comment.