From 9bb8bdb1b0d5e1bd51e0a9b36ee5bd096a35ed38 Mon Sep 17 00:00:00 2001 From: Faisal Salman Date: Tue, 11 Sep 2012 02:59:19 +0700 Subject: [PATCH] Add repository to package.json --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f19442..4e160ac 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "ua-parser-js", "version": "0.3.1", "author": "Faisal Salman (http://faisalman.com)", - "description": "Light-weight JavaScript-based all-in-one user-agent parser", + "description": "Lightweight JavaScript-based user-agent string parser", "keywords": [ "user agent", "parser", @@ -23,6 +23,11 @@ "url": "https://github.com/faisalman/ua-parser-js.git" } ], + "repository" : + { + "type": "git", + "url": "https://github.com/faisalman/ua-parser-js.git" + }, "licenses": [ { "type": "GPLv2",