From 4a94308c1e684fb98866f7ba1288f3db6d9f8801 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Sat, 4 Mar 2023 09:18:57 +0100 Subject: [PATCH] 1.5.0 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3cfdaf4..5fe17e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lz-string", - "version": "1.4.5", + "version": "1.5.0", "license": "MIT", "filename": "lz-string.js", "description": "LZ-based compression algorithm", @@ -30,13 +30,13 @@ }, "author": "pieroxy ", "autoupdate": { - "source": "git", - "target": "git://github.com/pieroxy/lz-string.git", - "basePath": "libs/", - "files": [ + "source": "git", + "target": "git://github.com/pieroxy/lz-string.git", + "basePath": "libs/", + "files": [ "lz-string.js", "lz-string.min.js", "base64-string.js" - ] - } + ] + } }