mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08: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",
|
||||
"name": "ua-parser-js",
|
||||
"version": "0.7.10",
|
||||
"name": "@amplitude/ua-parser-js",
|
||||
"version": "0.7.11",
|
||||
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
|
||||
"description": "Lightweight JavaScript-based user-agent string parser",
|
||||
"keywords": [
|
||||
|
@ -225,7 +225,7 @@
|
||||
'RT' : 'ARM'
|
||||
},
|
||||
name : {
|
||||
'Windows Phone' : 'Windows Phone OS',
|
||||
'Windows Phone' : 'Windows Phone OS'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user