Renamed repository name
This commit is contained in:
parent
50a7a6de39
commit
0c2f9f848b
|
@ -1,4 +1,4 @@
|
||||||
# indexeddb-chunk-store
|
# chunk-store-idb
|
||||||
IndexedDB chunk store that is abstract-chunk-store compatible
|
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)
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-test": "tsc && browserify test/test.js > test/bundle.js"
|
"build-test": "tsc && browserify test/test.js > test/bundle.js"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/index23/indexeddb-chunk-store",
|
"homepage": "https://github.com/index23/chunk-store-idb",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/index23/indexeddb-chunk-store.git"
|
"url": "https://github.com/index23/chunk-store-idb.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/index23/indexeddb-chunk-store/issues"
|
"url": "https://github.com/index23/chunk-store-idb/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"chunk",
|
"chunk",
|
||||||
|
|
Loading…
Reference in New Issue