Skip to content

Commit

Permalink
Added support os: darwin, cpu: x64
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutberg committed May 4, 2012
1 parent 3b09811 commit e0092a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@
"os": [
"linux",
"macos",
"darwin",
"win"
],
"cpu": [
"x86",
"ppc",
"x86_64"
"x86_64",
"x64"
],
"engines": [
"node"
Expand Down

0 comments on commit e0092a9

Please sign in to comment.