Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Jun 5, 2018
1 parent 9e77845 commit c829e24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ var root =
module.exports = binwrap({
binaries: ["elmi-to-json"],
urls: {
"darwin-x64": root + "-osx-tar.gz",
"darwin-x64": root + "-osx.tar.gz",
"linux-x64": root + "-linux.tar.gz",
"win32-x64": root + "-win32-x86.zip",
"win32-ia32": root + "-win32-i32.zip"
"win32-x64": root + "-win32-x64.zip",
"win32-ia32": root + "-win32-ia32.zip"
}
});

0 comments on commit c829e24

Please sign in to comment.