Skip to content

Commit

Permalink
Update nan
Browse files Browse the repository at this point in the history
Node v6 is incoming, and nan 2.2.x is needed to support it.
  • Loading branch information
Qard authored and Stephen Belanger committed Apr 27, 2016
1 parent 97b9309 commit a5592bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_js:
- "0.10"
- "0.12"
- "4.1"
- "6"
before_install:
- npm install npm --global
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Brian M. Carlson",
"license": "MIT",
"dependencies": {
"nan": "^2.0.4",
"nan": "^2.2.1",
"bindings": "1.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit a5592bb

Please sign in to comment.