Skip to content

Commit

Permalink
Update to Modernizr 2.8.3
Browse files Browse the repository at this point in the history
Close #1580.
  • Loading branch information
Thomas Krug authored and alrra committed Aug 15, 2014
1 parent 954eef1 commit 287f122
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### HEAD

* Update to Modernizr 2.8.3.
* Update to Apache Server Configs 2.7.1.
* Remove need to readjust margins in `404.html`
([#1567](https://github.com/h5bp/html5-boilerplate/pull/1567)).
Expand All @@ -13,7 +14,6 @@
* Add `lang=""` to `<html>`
([#1542](https://github.com/h5bp/html5-boilerplate/issues/1542)).
* Update to jQuery 1.11.1.
* Update to Modernizr 2.8.0.
* Use `<!doctype html>` instead of `<!DOCTYPE html>`
([#1522](https://github.com/h5bp/html5-boilerplate/issues/1522)).
* Update to Normalize.css 3.0.1.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var expectedFilesInDistDir = [
'js/plugins.js',
'js/vendor/',
'js/vendor/jquery-' + pkg.devDependencies.jquery + '.min.js',
'js/vendor/modernizr-2.8.0.min.js',
'js/vendor/modernizr-2.8.3.min.js',

'robots.txt',
'tile-wide.png',
Expand Down

0 comments on commit 287f122

Please sign in to comment.