1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Support Android version names, Recognise Huawei devices

This commit is contained in:
Robert Sandell
2018-12-30 09:03:08 +02:00
parent 70a4604873
commit f338045df7
5 changed files with 106 additions and 4 deletions

View File

@@ -130,8 +130,8 @@ More of API and possibilities you will find in the `docs` folder.
If you'd like to contribute a change to bowser, modify the files in `src/`, then run the following (you'll need node + npm installed):
``` sh
$ npm install
$ npm test
$ npm install #build
$ npm test #run tests
```
### Adding tests