Skip to content

Commit fee2238

Browse files
committed
Update jQuery to v1.11.3
Fix #1699
1 parent a91fea4 commit fee2238

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### HEAD
22

3+
* Update jQuery to `v1.11.3`
4+
([#1699](https://github.com/h5bp/html5-boilerplate/issues/1699)).
35
* Deprecate protocol-relative URLs
46
([#1694](https://github.com/h5bp/html5-boilerplate/issues/1694)).
57
* Update high resolution media query

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<!-- Add your site or application content here -->
2323
<p>Hello world! This is HTML5 Boilerplate.</p>
2424

25-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
26-
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
25+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
26+
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
2727
<script src="js/plugins.js"></script>
2828
<script src="js/main.js"></script>
2929

dist/js/vendor/jquery-1.11.2.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

dist/js/vendor/jquery-1.11.3.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"gulp-load-plugins": "^0.10.0",
1313
"gulp-rename": "^1.2.0",
1414
"gulp-replace": "^0.5.3",
15-
"jquery": "1.11.2",
15+
"jquery": "1.11.3",
1616
"jshint-stylish": "^1.0.1",
1717
"mocha": "^2.2.4",
1818
"normalize.css": "3.0.3",

0 commit comments

Comments
 (0)