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 */