Skip to content

Commit

Permalink
Update to jQuery 3.3.0 (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and roblarsen committed Jan 21, 2018
1 parent 6987765 commit 23f2322
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Expand Up @@ -22,8 +22,8 @@
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
<script src="https://code.jquery.com/jquery-3.3.0.min.js" integrity="sha256-RTQy8VOmNlT6b2PIRur37p6JEBZUE7o8wPgMvu18MC4=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>

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

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"jquery": "3.2.1",
"jquery": "3.3.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"mocha": "^4.0.1",
Expand Down

0 comments on commit 23f2322

Please sign in to comment.