remove trailing comma that trips up older versions of IE

This commit is contained in:
Krishna Rajendran 2019-02-27 13:58:46 -08:00
parent ed538f16f5
commit 95c1d11ed5
2 changed files with 3 additions and 3 deletions

View File

@ -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": [

View File

@ -225,7 +225,7 @@
'RT' : 'ARM' 'RT' : 'ARM'
}, },
name : { name : {
'Windows Phone' : 'Windows Phone OS', 'Windows Phone' : 'Windows Phone OS'
} }
} }
} }