Skip to content

Commit 0004f1d

Browse files
committed
updating bower.json
1 parent 3c0dadf commit 0004f1d

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
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.1.js"></script>
12+
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.2.js"></script>
1313
</head>
1414
<body>
1515
<div class="head row">

bower.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "jquery-load-template",
3-
"version": "1.5.1",
43
"authors": [
54
{ "name": "Paul Burgess"}
65
],
76
"homepage": "http://codepb.github.io/jquery-template/",
87
"repository": {
98
"type": "git",
10-
"url": "git://github.com/codepb/jquery-template.git"
9+
"url": "https://github.com/codepb/jquery-template.git"
1110
},
1211
"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.",
13-
"main": "jquery-loadTemplate/jquery.loadTemplate.js",
1412
"ignore": [
1513
"Examples",
1614
"tests",

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.1",
9+
"version": "1.5.2",
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.1",
3+
"version": "1.5.2",
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.1.js" type="text/javascript"></script>
6+
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.2.js" type="text/javascript"></script>
77
<script src="testRunner.js" type="text/javascript"></script>
88

99
<!--TEST SCRIPTS-->

0 commit comments

Comments
 (0)