Make Splore Great Again! (#1541)

This commit is contained in:
Erik Arvidsson
2016-05-18 17:57:57 -07:00
parent 7f56776a8b
commit f653a20511
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@attic/noms",
"version": "32.1.0",
"version": "32.2.0",
"description": "Noms JS SDK",
"repository": "https://github.com/attic-labs/noms",
"main": "dist/commonjs/noms.js",

View File

@@ -13,7 +13,8 @@ export default class OrderedPutCache {
}
get(): ?Promise<Chunk> {
throw err();
// TODO: Implement
return null;
}
dropUntil(): Promise<void> {