Fix issue #13 & Resolve npm package name conflict with ua-parser

This commit is contained in:
Faisal Salman
2013-03-20 12:46:15 +07:00
parent d5d329e15d
commit 38f62b3d63
6 changed files with 8 additions and 8 deletions

View File

@@ -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"
},