Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -22,13 +22,13 @@
"MIT-LICENSE.txt",
"package.json",
"readme.md"
]
],
"keywords": [
"templates",
"templating",
"jquery-plugin"
],
"dependencies": {
"jquery": ">=1.8"
},
}
}