Skip to content

Commit

Permalink
fix(app generator): fix conditional i18n dependency in '_package.json…
Browse files Browse the repository at this point in the history
…' template
  • Loading branch information
cueedee committed Mar 18, 2015
1 parent f2586f2 commit ab4da39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"browserify-shim": {},
"dependencies": {
"backbone": "~1.1.2",
"jquery": "<%= jQueryVersion %>",
"madlib-console": "~0.1.4",
"madlib-hostmapping": "~0.1.7"<% if( multiLanguage === true || demo === true ) { %>,
"madlib-locale": "~0.0.1"<% } %>,
"madlib-settings": "~0.1.7",
"madlib-hostmapping": "~0.1.7",
"q": "~1.1.2",
"jquery": "<%= jQueryVersion %>",
<% if( multiLanguage === true || demo === true ) { %> "madlib-locale": "~0.0.1" <% } %>
"q": "~1.1.2"
},
"description": "<%= packageDescription %>",
"devDependencies": {
Expand Down

0 comments on commit ab4da39

Please sign in to comment.