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

remove minified file from git

This commit is contained in:
Denis Demchenko
2016-05-06 21:29:22 +03:00
parent 1174b4a736
commit 80af774724
7 changed files with 13 additions and 327 deletions

View File

@@ -11,6 +11,10 @@ if (bowser.msie && bowser.version <= 6) {
}
```
## 1.1.0 breaking changes
We don't save built script in the repo anymore. The main file (`src/bowser.js`) is available through NPM or Bower.
Also you can download minified file from [the release page](https://github.com/ded/bowser/releases).
## 1.0.0 breaking changes
`browser = require('bowser').browser;` becomes `browser = require('bowser');`