1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Merge branch 'greenkeeper/initial' into develop

This commit is contained in:
Denis Demchenko 2018-09-09 12:23:59 +03:00
commit c62767ec36
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
## Bowser ## Bowser
A Browser detector. Because sometimes, there is no other way, and not even good modern browsers always provide good feature detection mechanisms. A Browser detector. Because sometimes, there is no other way, and not even good modern browsers always provide good feature detection mechanisms.
[![Build Status](https://travis-ci.org/lancedikson/bowser.svg?branch=master)](https://travis-ci.org/lancedikson/bowser/) [![Build Status](https://travis-ci.org/lancedikson/bowser.svg?branch=master)](https://travis-ci.org/lancedikson/bowser/) [![Greenkeeper badge](https://badges.greenkeeper.io/lancedikson/bowser.svg)](https://greenkeeper.io/)
# Contents # Contents
- [Overview](#overview) - [Overview](#overview)

View File

@ -36,15 +36,15 @@
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0", "babel-register": "^6.26.0",
"coveralls": "^3.0.2", "coveralls": "^3.0.2",
"docdash": "^0.4.0", "docdash": "^1.0.0",
"eslint": "^4.19.1", "eslint": "^5.4.0",
"eslint-config-airbnb-base": "^12.1.0", "eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-ava": "^4.5.1", "eslint-plugin-ava": "^5.1.0",
"eslint-plugin-import": "^2.13.0", "eslint-plugin-import": "^2.13.0",
"jsdoc": "^3.5.5", "jsdoc": "^3.5.5",
"nyc": "^12.0.2", "nyc": "^12.0.2",
"sinon": "^2.4.1", "sinon": "^6.1.5",
"testem": "^1.18.5", "testem": "^2.9.3",
"webpack": "^4.15.1", "webpack": "^4.15.1",
"webpack-cli": "^3.0.8", "webpack-cli": "^3.0.8",
"yamljs": "^0.3.0" "yamljs": "^0.3.0"