mirror of
https://github.com/lancedikson/bowser
synced 2025-06-13 13:03:52 +00:00
Merge 70ce50954b
into 23545d4403
This commit is contained in:
commit
13e35fe2c9
@ -4,8 +4,8 @@
|
|||||||
* MIT License | (c) Dustin Diaz 2011
|
* MIT License | (c) Dustin Diaz 2011
|
||||||
*/
|
*/
|
||||||
!function (name, definition) {
|
!function (name, definition) {
|
||||||
if (typeof define == 'function') define(definition)
|
if (typeof module != 'undefined' && module.exports) module.exports = definition()
|
||||||
else if (typeof module != 'undefined' && module.exports) module.exports['browser'] = definition()
|
else if (typeof define == 'function') define(definition)
|
||||||
else this[name] = definition()
|
else this[name] = definition()
|
||||||
}('bowser', function () {
|
}('bowser', function () {
|
||||||
/**
|
/**
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "bowser"
|
"name": "bowser"
|
||||||
, "description": "a browser detector"
|
, "description": "a browser detector"
|
||||||
, "keywords": ["ender", "browser", "sniff", "detection"]
|
, "keywords": ["ender", "browser", "sniff", "detection"]
|
||||||
, "version": "0.2.0"
|
, "version": "0.2.1"
|
||||||
, "homepage": "https://github.com/ded/bowser"
|
, "homepage": "https://github.com/ded/bowser"
|
||||||
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
|
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
|
||||||
, "main": "./bowser.js"
|
, "main": "./bowser.js"
|
||||||
|
Loading…
Reference in New Issue
Block a user