Updated package.json - syntax fix

This commit is contained in:
Damjan Bursac 2019-08-16 15:56:42 +02:00
parent e59d045398
commit 1b8ccca815

View File

@ -1,7 +1,7 @@
{
"name": "indexeddb-chunk-store",
"version": "0.0.1",
"description": "IndexedDB chunk store that is abstract-chunk-store compliant\n",
"description": "IndexedDB chunk store that is abstract-chunk-store compliant",
"main": "dist/Store.js",
"scripts": {
"build-test": "tsc && browserify test/test.js > test/bundle.js"