Skip to content

Commit 3cb35c9

Browse files
committed
Explicitly state handlebars dependency
1 parent 5d30817 commit 3cb35c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/templates/_bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "<%= _.slugify(appname) %>",
33
"version": "0.0.0",
44
"dependencies": {
5-
"ember": "1.3.1",
5+
"ember": "1.3.2",
6+
"handlebars": "1.2.1",
67
"ember-data": "1.0.0-beta.5"<% if (compassBootstrap) { %>,
78
"bootstrap-sass": "~3.0.0"
89
<% } %>

0 commit comments

Comments
 (0)