Skip to content

Commit

Permalink
Merge pull request #17 from vrutberg/master
Browse files Browse the repository at this point in the history
Added darwin and x64 to supported platforms (seems like they should be included?)
  • Loading branch information
silentrob committed May 10, 2012
2 parents 8730eef + e0092a9 commit 51dcf73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
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 51dcf73

Please sign in to comment.