Skip to content

Commit

Permalink
Bump node-nan to 2.3.x - adds support for [email protected] (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Apr 27, 2016
1 parent 97b9309 commit cf5d416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js:
- "0.10"
- "0.12"
- "4.1"
- "5"
- "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.3.0",
"bindings": "1.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit cf5d416

Please sign in to comment.