Skip to content

Commit

Permalink
set jQuery version to 2.1.4 for Foundation 5 projects as newer versio…
Browse files Browse the repository at this point in the history
…ns of it do not work with the Foundation 5 javascript
  • Loading branch information
dougmacklin committed Jan 31, 2016
1 parent a1828ed commit 5006fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
<% if (props.foundationVersion) { %>"foundation-sites": "^6.1.2"<% } else { %>"foundation-sites": "^5.5.3"<% } %>,
"jquery": "^2.1.4"
<% if (props.foundationVersion) { %>"jquery": "^2.1.4"<% } else { %>"jquery": "2.1.4"<% } %>
},
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-foundation-browserify",
"version": "0.3.0",
"version": "0.3.1",
"description": "Foundation 6, Sass, Gulp, Browserify, Babel for ECMAScript 6, Autoprefixer, BrowserSync Live Reloading",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit 5006fb9

Please sign in to comment.