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

Merge branch 'release/1.7.0'

This commit is contained in:
Denis Demchenko 2017-05-18 21:55:58 +03:00
commit b33d7af0b5
3 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,8 @@
# Bowser Changelog
### 1.7.0 (May 18, 2017)
- [ADD] Add OS version support for Windows and macOS (#178)
### 1.6.0 (December 5, 2016)
- [ADD] Add some tests for Windows devices (#89)
- [ADD] Add `root` to initialization process (#170)

View File

@ -11,13 +11,14 @@
"ender",
"sniff"
],
"version": "1.6.1",
"homepage": "https://github.com/ded/bowser",
"version": "1.7.0",
"homepage": "https://github.com/lancedikson/bowser",
"scripts": [
"src/bowser.js"
],
"authors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"Denis Demchenko <lance@dikson.me>"
],
"moduleType": [],
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "bowser",
"version": "1.6.1",
"version": "1.7.0",
"description": "Lightweight browser detector",
"keywords": [
"browser",
@ -12,7 +12,7 @@
"ender",
"sniff"
],
"homepage": "https://github.com/ded/bowser",
"homepage": "https://github.com/lancedikson/bowser",
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"main": "./src/bowser.js",
"typings": "./typings.d.ts",