From 45ac881a5ec863a60ced4d1437a9c60e6cf09043 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Wed, 27 Jun 2018 23:04:25 +0300 Subject: [PATCH] Fix credits --- package.json | 8 +++++++- src/bowser.js | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04dbc3b..c821f52 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,17 @@ ], "homepage": "https://github.com/lancedikson/bowser", "author": "Dustin Diaz (http://dustindiaz.com)", + "contributors": [ + { + "name": "Denis Demchenko", + "url": "http://twitter.com/lancedikson" + } + ], "main": "./src/bowser.js", "typings": "./typings.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/ded/bowser.git" + "url": "git+https://github.com/lancedikson/bowser.git" }, "devDependencies": { "ava": "^0.25.0", diff --git a/src/bowser.js b/src/bowser.js index da1c47a..d3954a9 100644 --- a/src/bowser.js +++ b/src/bowser.js @@ -1,6 +1,6 @@ /*! * Bowser - a browser detector - * https://github.com/ded/bowser + * https://github.com/lancedikson/bowser * MIT License | (c) Dustin Diaz 2012-2015 * MIT License | (c) Denis Demchenko 2015-2017 */