Fix Chrome for iOS not detected

This commit is contained in:
Faisal Salman
2012-12-04 14:03:37 +07:00
parent 3ecb3fbea2
commit d1d4e0a7a0
2 changed files with 10 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"title": "UA-Parser.JS",
"name": "ua-parser-js",
"version": "0.4.13",
"version": "0.4.14",
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [
@@ -18,7 +18,7 @@
],
"main": "ua-parser",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
"test": "./node_modules/mocha/bin/mocha -R spec"
},
"devDependencies": {
"mocha": ">= 1.7.1"