Skip to content

Commit

Permalink
Merge pull request #5 from adpdigital/master
Browse files Browse the repository at this point in the history
update farmhash for node v12
  • Loading branch information
mcollina authored Oct 11, 2019
2 parents 6d0a92d + fdb0423 commit 100e6f2
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 @@ -4,6 +4,8 @@ node_js:
- "6"
- "7"
- "8"
- "10"
- "12"
env:
- CXX=g++-4.8
addons:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"dependencies": {
"baseswim": "^1.0.0",
"binary-search-bounds": "^2.0.3",
"farmhash": "^2.0.4"
"farmhash": "^3.0.0"
}
}

0 comments on commit 100e6f2

Please sign in to comment.