We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d0a92d + fdb0423 commit 100e6f2Copy full SHA for 100e6f2
.travis.yml
@@ -4,6 +4,8 @@ node_js:
4
- "6"
5
- "7"
6
- "8"
7
+ - "10"
8
+ - "12"
9
env:
10
- CXX=g++-4.8
11
addons:
package.json
@@ -33,6 +33,6 @@
33
"dependencies": {
34
"baseswim": "^1.0.0",
35
"binary-search-bounds": "^2.0.3",
36
- "farmhash": "^2.0.4"
+ "farmhash": "^3.0.0"
37
}
38
0 commit comments