Merge branch 'warnings' of git://github.com/yconoclast/bowser into yconoclast-warnings

pull/132/merge
Denis Demchenko 8 years ago
commit 1174b4a736

@ -0,0 +1,29 @@
{
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
"version": "1.0.0",
"homepage": "https://github.com/ded/bowser",
"scripts": [
"bowser.js"
],
"authors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
],
"moduleType": [],
"license": "MIT",
"main": "bowser.js",
"ignore": [
"node_modules",
"test",
"src",
"make",
"**/.*",
"Makefile"
]
}

@ -1,17 +0,0 @@
{
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
"version": "0.7.2",
"homepage": "https://github.com/ded/bowser",
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"main": "bowser.js",
"scripts": [
"bowser.js"
]
}
Loading…
Cancel
Save