Skip to content

Commit

Permalink
Extend npm ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Nov 29, 2017
1 parent 2f19d73 commit f879e9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Distribution folder
dist/

# Travis CI customization file
.travis.yml
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
[![Code Climate](https://codeclimate.com/github/pure-js/check-browser/badges/gpa.svg)](https://codeclimate.com/github/pure-js/check-browser)
[![Test Coverage](https://codeclimate.com/github/pure-js/check-browser/badges/coverage.svg)](https://codeclimate.com/github/pure-js/check-browser/coverage)
[![Issue Count](https://codeclimate.com/github/pure-js/check-browser/badges/issue_count.svg)](https://codeclimate.com/github/pure-js/check-browser)
## Usage
```
npm i browser-version-detection
```
Returns object with browser name and version, for example:
Script returns object with browser name and version, for example:
```javascript
{
name: 'Chrome',
Expand Down

0 comments on commit f879e9a

Please sign in to comment.