Include ua in result object

This commit is contained in:
Faisal Salman
2013-04-04 14:50:46 +07:00
parent 8d439d26b8
commit be0eec6716
6 changed files with 15 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"title": "UAParser.js",
"name": "ua-parser-js",
"version": "0.6.0",
"version": "0.6.1",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [
"user-agent",
@@ -9,7 +9,8 @@
"browser",
"engine",
"os",
"device"
"device",
"cpu"
],
"homepage": "https://faisalman.github.com/ua-parser-js",
"author": {