Skip to content

Commit cf58a8e

Browse files
committed
Merge pull request #54 from PeterDaveHello/patch-1
Fix indent in package.json
2 parents c729e00 + 6e9441a commit cf58a8e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
},
3030
"author": "pieroxy <[email protected]>",
3131
"autoupdate": {
32-
"source": "git",
33-
"target": "git://github.com/pieroxy/lz-string.git",
34-
"basePath": "libs/",
35-
"files": [
32+
"source": "git",
33+
"target": "git://github.com/pieroxy/lz-string.git",
34+
"basePath": "libs/",
35+
"files": [
3636
"lz-string.js",
3737
"lz-string.min.js",
3838
"base64-string.js"
39-
]
40-
}
39+
]
40+
}
4141
}

0 commit comments

Comments
 (0)