From 6e9441a4331d8fcd2b448b03269e881143be053d Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 28 Apr 2015 06:54:03 +0800 Subject: [PATCH] Fix indent in package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eab0537..3e3f8ab 100644 --- a/package.json +++ b/package.json @@ -29,13 +29,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" - ] - } + ] + } }