1
0
mirror of https://github.com/lancedikson/bowser synced 2025-06-13 13:03:52 +00:00
This commit is contained in:
Cesar J. Alaniz 2012-12-10 09:12:20 -08:00
commit 13e35fe2c9
2 changed files with 3 additions and 3 deletions

View File

@ -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 () {
/** /**

View File

@ -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"