Skip to content

Commit 73ea9a5

Browse files
committed
Update Modernizr to v2.7.1
1 parent fbffd23 commit 73ea9a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### HEAD
22

33
* Remove image replacement helper class `.ir`.
4-
* Update to Modernizr 2.7.0.
4+
* Update to Modernizr 2.7.1.
55
* Update to Apache Server Configs 2.0.0.
66
* Add vertical centering for `svg` ([#1453](https://github.com/h5bp/html5-boilerplate/issues/1453)).
77
* Redesign 404 page ([#1443](https://github.com/h5bp/html5-boilerplate/pull/1443)).

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="css/normalize.css">
1313
<link rel="stylesheet" href="css/main.css">
14-
<script src="js/vendor/modernizr-2.7.0.min.js"></script>
14+
<script src="js/vendor/modernizr-2.7.1.min.js"></script>
1515
</head>
1616
<body>
1717
<!--[if lt IE 8]>

0 commit comments

Comments
 (0)