-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to nan v2 (adds support for iojs 3)
Nan v2 required more code changes but also adds support for iojs 3 and hopefully provides a more stable API which will not have to change as much going forward.
- Loading branch information
1 parent
5ca1685
commit 0d63e12
Showing
3 changed files
with
106 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ node_js: | |
- "0.10" | ||
- "0.12" | ||
- "iojs-v2" | ||
- "iojs-v3" | ||
|
||
sudo: false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
}, | ||
"dependencies": { | ||
"bindings": "1.2.1", | ||
"nan": "1.8.4" | ||
"nan": "2.0.5" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": "~0.9.1" | ||
|
@@ -50,4 +50,4 @@ | |
"Sean McArthur <[email protected]> (https://github.com/seanmonstar)", | ||
"Fanie Oosthuysen <[email protected]> (https://github.com/weareu)" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters