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" - }, + } }