Skip to content

Commit

Permalink
Provide node+npm zip download for Windows (#1127)
Browse files Browse the repository at this point in the history
Fixes #1059
  • Loading branch information
fhemberger authored Feb 4, 2017
1 parent d4907f1 commit 2bb0d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/primary-download-matrix.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
</tr>

<tr>
<th>Windows Binary (.exe)</th>
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/win-x86/node.exe">32-bit</a></td>
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/win-x64/node.exe">64-bit</a></td>
<th>Windows Binary (.zip)</th>
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-win-x86.zip">32-bit</a></td>
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-win-x64.zip">64-bit</a></td>
</tr>

<tr>
Expand Down

0 comments on commit 2bb0d09

Please sign in to comment.