Merge pull request #188 from rvagg/nan
use NAN for Node 0.8->0.11+ compatibility
Showing
| ... | @@ -40,6 +40,7 @@ | ... | @@ -40,6 +40,7 @@ |
| "optimist": "0.6.x", | "optimist": "0.6.x", | ||
| "node-watch": "0.3.x", | "node-watch": "0.3.x", | ||
| "mocha": "1.13.x", | "mocha": "1.13.x", | ||
| "chalk": "~0.3.0" | "chalk": "~0.3.0", | ||
| "nan": "~0.6.0" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment