Skip to content

Commit 4a94308

Browse files
committed
1.5.0
1 parent 04f85aa commit 4a94308

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lz-string",
3-
"version": "1.4.5",
3+
"version": "1.5.0",
44
"license": "MIT",
55
"filename": "lz-string.js",
66
"description": "LZ-based compression algorithm",
@@ -30,13 +30,13 @@
3030
},
3131
"author": "pieroxy <[email protected]>",
3232
"autoupdate": {
33-
"source": "git",
34-
"target": "git://github.com/pieroxy/lz-string.git",
35-
"basePath": "libs/",
36-
"files": [
33+
"source": "git",
34+
"target": "git://github.com/pieroxy/lz-string.git",
35+
"basePath": "libs/",
36+
"files": [
3737
"lz-string.js",
3838
"lz-string.min.js",
3939
"base64-string.js"
40-
]
41-
}
40+
]
41+
}
4242
}

0 commit comments

Comments
 (0)