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:
commit
b33d7af0b5
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user