Skip to content

Commit

Permalink
Replace defunct caniuse jsonp.php?callback (#2352)
Browse files Browse the repository at this point in the history
* Get caniuse data from github since json.php api seems to be gone

* Switch to newer and maintained ua-parser lib

* Use non-minified lib versions, helps with debugging

* Update dependencies

* Fix eslint error

* Update dependencies

* Update dependencies

* Fix version mismatch for broser versions like ff 3.6 who get sorted at the end (thx to string sort and not float sort)

* Update dependencies

* Update dependencies

* Fix ordering of prefixes to reverse-match omPrefixes

* Put khtml prefix last

* Use sinon from npm

* Revert "Use sinon from npm"

This reverts commit ddc7509.

* Fix package order

* Use pkg version of sinon lib (#2382)

* Update sinon

* Update dependencies
  • Loading branch information
rejas authored Oct 20, 2018
1 parent 501cc0a commit 3a6adb5
Show file tree
Hide file tree
Showing 17 changed files with 919 additions and 6,642 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ module.exports = function(grunt) {
'feature-detects/**/*.js',
'!src/html5shiv.js',
'!src/html5printshiv.js',
'!test/coverage/**/*.js',
'!test/js/lib/**/*.js'
'!test/coverage/**/*.js'
]
},
clean: {
Expand Down
Loading

0 comments on commit 3a6adb5

Please sign in to comment.