From 5a34a469fed9195bf03450912827a75ba9daf69b Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 22 Sep 2015 14:33:20 +0200 Subject: [PATCH] bower.json fix --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index b33029b..19cae22 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "git://github.com/codepb/jquery-template.git" - } + }, "description": "jQuery plugin for loading and using templates. The plugin is designed to be simple yet powerful, and supports loading templates from within the page, or using AJAX to load html files.", "main": "jquery-loadTemplate/jquery.loadTemplate.js", "ignore": [ @@ -22,7 +22,7 @@ "MIT-LICENSE.txt", "package.json", "readme.md" - ] + ], "keywords": [ "templates", "templating", @@ -30,5 +30,5 @@ ], "dependencies": { "jquery": ">=1.8" - }, + } }