Skip to content

Commit

Permalink
confirmed that foundation-sites 6.2.4 has no conflicts. upgraded pack…
Browse files Browse the repository at this point in the history
…age.json dependency version to note this
  • Loading branch information
dougmacklin committed Oct 26, 2016
1 parent cd685e2 commit d11aa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"watchify": "^3.2.1"
},
"dependencies": {
<% if (props.foundationVersion === 'Foundation 6') { %>"foundation-sites": "^6.2.3"<% } else { %>"foundation-sites": "^5.5.3"<% } %>,
<% if (props.foundationVersion === 'Foundation 6') { %>"foundation-sites": "^6.2.4"<% } else { %>"foundation-sites": "^5.5.3"<% } %>,
<% if (props.foundationVersion === 'Foundation 6') { %>"jquery": "^2.1.4"<% } else { %>"jquery": "2.1.4"<% } %>
},
"browser": {
Expand Down

0 comments on commit d11aa39

Please sign in to comment.