Skip to content

Commit

Permalink
add node 12 support for windows 32
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Mar 30, 2015
1 parent fe36ae6 commit abe0f41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file added bindings/win32-ia32/0.10.2/binding.node
Binary file not shown.
Binary file added bindings/win32-ia32/0.12.0/binding.node
Binary file not shown.
12 changes: 8 additions & 4 deletions map.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
{
"win32-x64":[
"0.10.2"
"0.10.2",
"0.12.0"
],

"win32-ia32":[
"0.10.2"
"0.10.2",
"0.12.0"
],

"linux-x64": [
"0.8.0",
"0.9.3",
"0.9.7",
"0.9.11"
"0.9.11",
"0.12.0"
],

"linux-ia32": [
"0.8.0",
"0.9.3",
"0.9.7",
"0.9.11"
"0.9.11",
"0.12.0"
],

"darwin-x64": [
Expand Down

0 comments on commit abe0f41

Please sign in to comment.