Skip to content

Commit

Permalink
Node 4.0.0 support
Browse files Browse the repository at this point in the history
- Added node 4.0.0 to travis tests.
- Changed nan-package to 2.0.9
- Lifted -pedantic-errors (hopefully temporarily) to get nan-package to
compile with g++-4.8
  • Loading branch information
ndob committed Sep 12, 2015
1 parent f0132f8 commit dfe6dbf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_js:
- "0.12"
- "0.11"
- "0.10"
- "4"
1 change: 0 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"cflags": [
"-O2",
"-std=c++0x",
"-pedantic-errors",
"-Wall",
"-fstrict-aliasing",
"-fomit-frame-pointer"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"bindings": "1.1.1",
"node-gyp": "~0.12.1",
"nan": "2.0.7"
"nan": "2.0.9"
},
"devDependencies": {
"mocha": "1.17.1"
Expand Down

0 comments on commit dfe6dbf

Please sign in to comment.