Skip to content

Commit 100e6f2

Browse files
authored
Merge pull request #5 from adpdigital/master
update farmhash for node v12
2 parents 6d0a92d + fdb0423 commit 100e6f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ node_js:
44
- "6"
55
- "7"
66
- "8"
7+
- "10"
8+
- "12"
79
env:
810
- CXX=g++-4.8
911
addons:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"dependencies": {
3434
"baseswim": "^1.0.0",
3535
"binary-search-bounds": "^2.0.3",
36-
"farmhash": "^2.0.4"
36+
"farmhash": "^3.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)