Skip to content

Commit 32870cc

Browse files
committed
Updated to Meteor 0.8
1 parent 4395464 commit 32870cc

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.meteor/packages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# but you can also edit it by hand.
55

66
standard-app-packages
7-
preserve-inputs
87
accounts-ui
98
accounts-password
109
feedparser

.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.6.3
1+
0.8.0

client/templates/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h5 class="articletitle">
2626
{{{content}}}
2727
</div>
2828
<footer>
29-
<a href="{{link}}" />
29+
<a href="{{link}}"></a>
3030
</footer>
3131
<hr />
3232
{{/if}}

client/templates/meteor-rss.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1><a href="#">Meteor-RSS</a></h1>
1515

1616
<section class="top-bar-section">
1717
<ul class="left">
18-
<li>{{loginButtons}}</li>
18+
<li>{{> loginButtons}}</li>
1919
</ul>
2020
</section>
2121
</nav>

smart.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"packages": {
99
"moment": {
1010
"git": "https://github.com/acreeger/meteor-moment.git",
11-
"tag": "v2.2.1",
12-
"commit": "9ee12e714afe56b189f53076447b7b54f3012065"
11+
"tag": "v2.5.1",
12+
"commit": "8c9bc5d3fc96705057737cb9743d555417f6e551"
1313
},
1414
"Foundation-5": {
1515
"git": "https://github.com/ConnorAtherton/meteor-foundation-5.git",

0 commit comments

Comments
 (0)