Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace defunct caniuse jsonp.php?callback (#2352)
* 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