mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fix credits
This commit is contained in:
parent
b299397f08
commit
45ac881a5e
@ -14,11 +14,17 @@
|
|||||||
],
|
],
|
||||||
"homepage": "https://github.com/lancedikson/bowser",
|
"homepage": "https://github.com/lancedikson/bowser",
|
||||||
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Denis Demchenko",
|
||||||
|
"url": "http://twitter.com/lancedikson"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "./src/bowser.js",
|
"main": "./src/bowser.js",
|
||||||
"typings": "./typings.d.ts",
|
"typings": "./typings.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ded/bowser.git"
|
"url": "git+https://github.com/lancedikson/bowser.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^0.25.0",
|
"ava": "^0.25.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Bowser - a browser detector
|
* Bowser - a browser detector
|
||||||
* https://github.com/ded/bowser
|
* https://github.com/lancedikson/bowser
|
||||||
* MIT License | (c) Dustin Diaz 2012-2015
|
* MIT License | (c) Dustin Diaz 2012-2015
|
||||||
* MIT License | (c) Denis Demchenko 2015-2017
|
* MIT License | (c) Denis Demchenko 2015-2017
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user