From 1b8ccca815607450a647b3ec2d1458aca4140947 Mon Sep 17 00:00:00 2001 From: Damjan Bursac Date: Fri, 16 Aug 2019 15:56:42 +0200 Subject: [PATCH] Updated package.json - syntax fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 379076e..b68c20a 100644 --- a/package.json +++ b/package.json @@ -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"