mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 20:14:52 +01:00
composer and npm
This commit is contained in:
7
conf/site/node_modules/browserslist/browser.js
generated
vendored
7
conf/site/node_modules/browserslist/browser.js
generated
vendored
@@ -21,10 +21,15 @@ module.exports = {
|
||||
|
||||
loadCountry: function loadCountry () {
|
||||
throw new BrowserslistError(
|
||||
'Country statistics is not supported ' +
|
||||
'Country statistics are not supported ' +
|
||||
'in client-side build of Browserslist')
|
||||
},
|
||||
|
||||
loadFeature: function loadFeature () {
|
||||
throw new BrowserslistError(
|
||||
'Supports queries are not available in client-side build of Browserslist')
|
||||
},
|
||||
|
||||
currentNode: function currentNode (resolve, context) {
|
||||
return resolve(['maintained node versions'], context)[0]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user