-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #469 from bynice/patch-1
Update ua-parser.js
- Loading branch information
Showing
7 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
arch: | ||
- amd64 | ||
- ppc64le | ||
language: node_js | ||
node_js: | ||
- stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ua-parser-js", | ||
"version": "0.7.22", | ||
"version": "0.7.23", | ||
"authors": [ | ||
"Faisal Salman <[email protected]>" | ||
], | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"title": "UAParser.js", | ||
"name": "ua-parser-js", | ||
"version": "0.7.22", | ||
"version": "0.7.23", | ||
"author": "Faisal Salman <[email protected]> (http://faisalman.com)", | ||
"description": "Lightweight JavaScript-based user-agent string parser", | ||
"keywords": [ | ||
|
@@ -15,7 +15,7 @@ | |
"jquery-plugin", | ||
"ecosystem:jquery" | ||
], | ||
"homepage": "http://github.com/faisalman/ua-parser-js", | ||
"homepage": "https://github.com/faisalman/ua-parser-js", | ||
"contributors": [ | ||
"Aamir Poonawalla <[email protected]>", | ||
"Admas <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters