Skip to content

Commit 6d0a92d

Browse files
committed
Bumped 0.7.0
1 parent d6bf57e commit 6d0a92d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swim-hashring",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "gossip based application sharding",
55
"main": "hashring.js",
66
"scripts": {
@@ -25,14 +25,14 @@
2525
"homepage": "https://github.com/mcollina/swim-hashring#readme",
2626
"devDependencies": {
2727
"pre-commit": "^1.2.2",
28-
"standard": "^10.0.0",
28+
"standard": "^10.0.3",
2929
"steed": "^1.1.3",
30-
"tap": "^10.0.0",
30+
"tap": "^10.7.2",
3131
"xtend": "^4.0.1"
3232
},
3333
"dependencies": {
3434
"baseswim": "^1.0.0",
3535
"binary-search-bounds": "^2.0.3",
36-
"farmhash": "^2.0.0"
36+
"farmhash": "^2.0.4"
3737
}
3838
}

0 commit comments

Comments
 (0)