mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Fix issue #13 & Resolve npm package name conflict with ua-parser
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "UA-Parser.JS",
|
||||
"title": "UAParser.js",
|
||||
"name": "ua-parser-js",
|
||||
"version": "0.5.22",
|
||||
"version": "0.5.23",
|
||||
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
|
||||
"description": "Lightweight JavaScript-based user-agent string parser",
|
||||
"keywords": [
|
||||
@@ -20,7 +20,7 @@
|
||||
"Jon Buckley <jon@jbuckley.ca>",
|
||||
"Lee Treveil <leetreveil@gmail.com>"
|
||||
],
|
||||
"main": "ua-parser",
|
||||
"main": "src/ua-parser.js",
|
||||
"scripts": {
|
||||
"test": "./build/build.sh"
|
||||
},
|
||||
|
Reference in New Issue
Block a user