Skip to content

Commit

Permalink
Merge pull request #2124 from h5bp/jquery-341
Browse files Browse the repository at this point in the history
update jQuery to v3.4.0
  • Loading branch information
roblarsen committed Apr 11, 2019
2 parents b846ed9 + 7293770 commit 6badd51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="https://code.jquery.com/jquery-3.4.0.min.js" integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions dist/js/vendor/jquery-3.3.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions dist/js/vendor/jquery-3.4.0.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"del": "^4.0.0",
"eslint": "^5.15.2",
"del": "^4.1.0",
"eslint": "^5.16.0",
"eslint-config-recommended": "^4.0.0",
"eslint-plugin-mocha": "^5.3.0",
"glob": "^7.1.3",
Expand All @@ -18,7 +18,7 @@
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"jquery": "3.3.1",
"jquery": "3.4.0",
"main.css": "1.0.0",
"mocha": "^5.2.0",
"modernizr": "3.7.1",
Expand Down

0 comments on commit 6badd51

Please sign in to comment.