Skip to content

Commit 538aad6

Browse files
committed
Attempting to fix bower.json
1 parent 0004f1d commit 538aad6

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

Examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
1010
<script src="http://yandex.st/highlightjs/7.3/highlight.min.js"></script>
1111
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
12-
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.2.js"></script>
12+
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.3.js"></script>
1313
</head>
1414
<body>
1515
<div class="head row">

bower.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
{
22
"name": "jquery-load-template",
3+
"homepage": "http://codepb.github.io/jquery-template/",
34
"authors": [
4-
{ "name": "Paul Burgess"}
5+
["Paul Burgess <paul.j.burgess@outlook.com>"]
56
],
6-
"homepage": "http://codepb.github.io/jquery-template/",
7+
"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.",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/codepb/jquery-template.git"
1011
},
11-
"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.",
12+
"main": "jquery-loadTemplate-1.5.3.js"
13+
"keywords": [
14+
"templates",
15+
"templating",
16+
"jquery-plugin"
17+
],
1218
"ignore": [
1319
"Examples",
1420
"tests",
1521
".gitattributes",
1622
".gitignore",
1723
".travis.yml",
18-
"bower.json",
1924
"loadTemplate.jquery.json",
2025
"MIT-LICENSE.txt",
2126
"package.json",
2227
"readme.md"
2328
],
24-
"keywords": [
25-
"templates",
26-
"templating",
27-
"jquery-plugin"
28-
],
29+
2930
"dependencies": {
3031
"jquery": ">=1.8"
3132
}

loadTemplate.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"templates",
77
"templating"
88
],
9-
"version": "1.5.2",
9+
"version": "1.5.3",
1010
"author": {
1111
"name": "Paul Burgess and other contributors",
1212
"url": "https://github.com/codepb/jquery-template"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.loadtemplate",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"author": "Paul Burgess",
55
"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.",
66
"homepage": "http://codepb.github.io/jquery-template/",

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>loadTemplate Test Suite</title>
55
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
6-
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.2.js" type="text/javascript"></script>
6+
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.3.js" type="text/javascript"></script>
77
<script src="testRunner.js" type="text/javascript"></script>
88

99
<!--TEST SCRIPTS-->

0 commit comments

Comments
 (0)