Bundle size

This commit is contained in:
Jeronimo Vallelunga 2017-07-26 21:17:46 -03:00
parent 39e0bab959
commit 2a1d4377ef
2 changed files with 3 additions and 2 deletions

View File

@ -2,12 +2,13 @@
<img src="docs/logo.jpg" alt="React Bluetooth - Logo" width="200">
<br/>
<img src="docs/name.jpg" alt="React Bluetooth - Name" width="500">
<img src="https://raw.githubusercontent.com/jvallelunga/redux-bluetooth/HEAD/docs/name.jpg" alt="React Bluetooth - Name" width="500">
**Redux middleware to dispatch actions via bluetooth to a peripheral store**
[![Build Status](https://travis-ci.org/jvallelunga/redux-bluetooth.svg?branch=master)](https://travis-ci.org/jvallelunga/redux-bluetooth)
[![codecov](https://codecov.io/gh/jvallelunga/redux-bluetooth/branch/master/graph/badge.svg)](https://codecov.io/gh/jvallelunga/redux-bluetooth)
![gzip size](http://img.badgesize.io/https://raw.githubusercontent.com/jvallelunga/redux-bluetooth/master/dist/redux-bluetooth.webapp.js?compression=gzip&label=gzip%20size)
</div>

View File

@ -76,7 +76,7 @@
"bundlesize": [
{
"path": "dist/redux-bluetooth.webapp.js",
"maxSize": "30 Kb"
"maxSize": "10 Kb"
}
]
}