mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
- bump version for ios fix
This commit is contained in:
parent
3e27357e4a
commit
03354aabd3
@ -21,5 +21,6 @@ require('smoosh').config({
|
|||||||
, "whitespace": true
|
, "whitespace": true
|
||||||
, "asi": true
|
, "asi": true
|
||||||
, "laxbreak": true
|
, "laxbreak": true
|
||||||
|
, "laxcomma": true
|
||||||
}
|
}
|
||||||
}).run().build().analyze()
|
}).run().build().analyze()
|
@ -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.0.9"
|
, "version": "0.1.0"
|
||||||
, "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