mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fixed description and keywords; bump version to 1.6.1
This commit is contained in:
parent
5bf35ac340
commit
2ba958e22f
14
bower.json
14
bower.json
@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "bowser",
|
"name": "bowser",
|
||||||
"description": "a browser detector",
|
"description": "Lightweight browser detector",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ender",
|
|
||||||
"browser",
|
"browser",
|
||||||
"sniff",
|
"useragent",
|
||||||
"detection"
|
"user-agent",
|
||||||
|
"parser",
|
||||||
|
"ua",
|
||||||
|
"detection",
|
||||||
|
"ender",
|
||||||
|
"sniff"
|
||||||
],
|
],
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"homepage": "https://github.com/ded/bowser",
|
"homepage": "https://github.com/ded/bowser",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"src/bowser.js"
|
"src/bowser.js"
|
||||||
|
14
package.json
14
package.json
@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "bowser",
|
"name": "bowser",
|
||||||
"description": "a browser detector",
|
"version": "1.6.1",
|
||||||
|
"description": "Lightweight browser detector",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ender",
|
|
||||||
"browser",
|
"browser",
|
||||||
"sniff",
|
"useragent",
|
||||||
"detection"
|
"user-agent",
|
||||||
|
"parser",
|
||||||
|
"ua",
|
||||||
|
"detection",
|
||||||
|
"ender",
|
||||||
|
"sniff"
|
||||||
],
|
],
|
||||||
"version": "1.6.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": "./src/bowser.js",
|
"main": "./src/bowser.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user