Updated literal
This commit is contained in:
parent
1b8ccca815
commit
acf3254797
@ -1,4 +1,4 @@
|
|||||||
# indexeddb-chunk-store
|
# indexeddb-chunk-store
|
||||||
IndexedDB chunk store that is abstract-chunk-store compliant
|
IndexedDB chunk store that is abstract-chunk-store compatible
|
||||||
|
|
||||||
[](https://github.com/mafintosh/abstract-chunk-store)
|
[](https://github.com/mafintosh/abstract-chunk-store)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "indexeddb-chunk-store",
|
"name": "indexeddb-chunk-store",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "IndexedDB chunk store that is abstract-chunk-store compliant",
|
"description": "IndexedDB chunk store that is abstract-chunk-store compatible",
|
||||||
"main": "dist/Store.js",
|
"main": "dist/Store.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-test": "tsc && browserify test/test.js > test/bundle.js"
|
"build-test": "tsc && browserify test/test.js > test/bundle.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user