From 1e470c6f763df6d0f4dd7366c01d8e4cc29c7f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ordon?= Date: Thu, 12 Jun 2014 16:47:25 +0100 Subject: [PATCH] Removed extra commas from README. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d50979a..6d643c1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ grunt.initConfig({ }, your_target: { // Target-specific file lists and/or options go here. - }, + } } }); ``` @@ -51,14 +51,14 @@ grunt.initConfig({ csscomb: { foo: { files: { - 'dest/resorted-foo.css': ['src/foo.css'], - }, + 'dest/resorted-foo.css': ['src/foo.css'] + } }, bar: { files: { 'dest/resorted-foo.css': ['src/foo.css'], - 'dest/resorted-bar.css': ['src/bar.css'], - }, + 'dest/resorted-bar.css': ['src/bar.css'] + } } } }); @@ -76,7 +76,7 @@ grunt.initConfig({ config: '/path/to/config.json' }, files: { - 'dest/resorted-foo.css': ['src/foo.css'], + 'dest/resorted-foo.css': ['src/foo.css'] } } } @@ -114,4 +114,4 @@ grunt.initConfig({ + v0.4.0: Move to csscomb's repository. + v0.3.0: Fix sort option bug. + v0.2.0: Fix bugs. -+ v0.1.0: Release. \ No newline at end of file ++ v0.1.0: Release.