We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f85aa commit 4a94308Copy full SHA for 4a94308
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lz-string",
3
- "version": "1.4.5",
+ "version": "1.5.0",
4
"license": "MIT",
5
"filename": "lz-string.js",
6
"description": "LZ-based compression algorithm",
@@ -30,13 +30,13 @@
30
},
31
"author": "pieroxy <[email protected]>",
32
"autoupdate": {
33
- "source": "git",
34
- "target": "git://github.com/pieroxy/lz-string.git",
35
- "basePath": "libs/",
36
- "files": [
+ "source": "git",
+ "target": "git://github.com/pieroxy/lz-string.git",
+ "basePath": "libs/",
+ "files": [
37
"lz-string.js",
38
"lz-string.min.js",
39
"base64-string.js"
40
- ]
41
- }
+ ]
+ }
42
}
0 commit comments