Skip to content

Commit

Permalink
Merge pull request #76 from chrisdholt/users/chhol/bump-modernizr-ver…
Browse files Browse the repository at this point in the history
…sion-to-3.5

bump modernizr version to 3.5 to support detecting css grid, update tests to include a check for v3.5 features, and bump package
  • Loading branch information
evilebottnawi authored Feb 13, 2018
2 parents cbade6e + 79b7ddf commit 0377f93
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 201 deletions.
1 change: 1 addition & 0 deletions __tests__/fixtures/.modernizrrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
minify: false,
options: ["setClasses"],
"feature-detects": [
"test/css/cssgrid",
"test/css/flexbox",
"test/es6/promises",
"test/serviceworker"
Expand Down
1 change: 1 addition & 0 deletions __tests__/fixtures/.modernizrrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"setClasses"
],
"feature-detects": [
"test/css/cssgrid",
"test/css/flexbox",
"test/es6/promises",
"test/serviceworker"
Expand Down
Loading

0 comments on commit 0377f93

Please sign in to comment.