From dbca68a6cd8a7ffac328843f9969e4f30a0f9e9c Mon Sep 17 00:00:00 2001 From: Peer Becker Date: Tue, 3 Jun 2014 17:11:21 +0200 Subject: [PATCH] swichted to double quotations Single Quotations are not valid in JSON --- bower.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/bower.json b/bower.json index 7c8cf65..d37c8f9 100644 --- a/bower.json +++ b/bower.json @@ -1,19 +1,19 @@ { - name: 'jquery-dateFormat', - homepage: 'https://github.com/phstc/jquery-dateFormat', - version: '0.0.1', + name: "jquery-dateFormat", + homepage: "https://github.com/phstc/jquery-dateFormat", + version: "0.0.1", ignore: [ - 'src', - 'test', - 'coverage', - '.bowerrc', - '.gitignore', - '.jshintignore', - '.jshintrc', - 'composer.json', - 'bower.json', - 'Gruntfile.js', - 'package.json', - 'README.md' + "src", + "test", + "coverage", + ".bowerrc", + ".gitignore", + ".jshintignore", + ".jshintrc", + "composer.json", + "bower.json", + "Gruntfile.js", + "package.json", + "README.md" ] -} \ No newline at end of file +}