Updated literal

This commit is contained in:
Damjan Bursac 2019-08-16 15:58:04 +02:00
parent 1b8ccca815
commit acf3254797
2 changed files with 2 additions and 2 deletions

View File

@ -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
[![abstract chunk store](https://cdn.rawgit.com/mafintosh/abstract-chunk-store/master/badge.svg)](https://github.com/mafintosh/abstract-chunk-store) [![abstract chunk store](https://cdn.rawgit.com/mafintosh/abstract-chunk-store/master/badge.svg)](https://github.com/mafintosh/abstract-chunk-store)

View File

@ -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"