blob checkouts no longer create another copy if an existing copy exists with the same content

This commit is contained in:
Paul Frazee
2015-06-25 13:42:10 -05:00
parent 93184f5b69
commit e64cf9e059
2 changed files with 35 additions and 10 deletions

View File

@@ -27,7 +27,9 @@
"dependencies": {
"multiblob": "^1.4.3",
"multicb": "^1.1.0",
"pull-stream": "^2.27.0",
"scuttlebot": "^4.2.3",
"ssb-config": "^1.0.3"
"ssb-config": "^1.0.3",
"stream-to-pull-stream": "^1.6.1"
}
}