mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 08:28:47 +03:00
remove trailing comma that trips up older versions of IE
This commit is contained in:
parent
ed538f16f5
commit
95c1d11ed5
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "UAParser.js",
|
"title": "UAParser.js",
|
||||||
"name": "ua-parser-js",
|
"name": "@amplitude/ua-parser-js",
|
||||||
"version": "0.7.10",
|
"version": "0.7.11",
|
||||||
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
|
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
|
||||||
"description": "Lightweight JavaScript-based user-agent string parser",
|
"description": "Lightweight JavaScript-based user-agent string parser",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -225,7 +225,7 @@
|
|||||||
'RT' : 'ARM'
|
'RT' : 'ARM'
|
||||||
},
|
},
|
||||||
name : {
|
name : {
|
||||||
'Windows Phone' : 'Windows Phone OS',
|
'Windows Phone' : 'Windows Phone OS'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user