treble-hook
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "treble-hook", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Get hooked on simple subscribe-and-publish in ReactJS.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
<img height="180" alt='treble-hook' src='https://raw.githubusercontent.com/rollercodester/treble-hook/master/doc-assets/treble-hook-3.png'/> | ||
<div align="center"> | ||
<img height="180" alt='treble-hook' src='https://raw.githubusercontent.com/rollercodester/treble-hook/master/doc-assets/treble-hook-3.png'/> | ||
<p> | ||
<i>Super easy way to get "hooked" on subscribe-and-publish in React with no dependencies and no cruft.</i> | ||
</p> | ||
<table border-collapse="border-collapse" style="border: none;"> | ||
<tr style=";border:none;"> | ||
<td style="padding:2px;border:none;"> | ||
<a href="https://www.npmjs.com/package/treble-hook" rel="nofollow"><img src="https://img.shields.io/npm/v/treble-hook.svg?style=flat" alt="version"></a> | ||
</td> | ||
<td style="padding:2px;border:none;"> | ||
<a href="https://travis-ci.org/rollercodester/treble-hook" rel="nofollow"><img src="https://img.shields.io/travis/rollercodester/treble-hook.svg?style=flat" alt="Build Status"></a> | ||
</td> | ||
<td style="padding:2px;border:none;"> | ||
<a href="http://www.npmtrends.com/treble-hook" rel="nofollow"><img src="https://img.shields.io/npm/dm/treble-hook.svg?style=flat" alt="downloads"></a> | ||
</td> | ||
<td style="padding:2px;border:none;"> | ||
<a href="https://github.com/igneous-systems/treble-hook/blob/master/LICENSE" rel="nofollow"><img src="https://img.shields.io/npm/l/treble-hook.svg?style=flat" alt="MIT License"></a> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<p> | ||
<i>Super easy way to get "hooked" on subscribe-and-publish in React with no dependencies and no cruft.</i> | ||
</p> | ||
<div style="display:flex;"> | ||
<a href="https://www.npmjs.com/package/treble-hook" rel="nofollow"><img src="https://img.shields.io/npm/v/treble-hook.svg?style=flat" alt="version"></a> | ||
| ||
<a href="https://travis-ci.org/rollercodester/treble-hook" rel="nofollow"><img src="https://img.shields.io/travis/rollercodester/treble-hook.svg?style=flat" alt="Build Status"></a> | ||
| ||
<a href="http://www.npmtrends.com/treble-hook" rel="nofollow"><img src="https://img.shields.io/npm/dm/treble-hook.svg?style=flat" alt="downloads"></a> | ||
| ||
<a href="https://github.com/igneous-systems/treble-hook/blob/master/LICENSE" rel="nofollow"><img src="https://img.shields.io/npm/l/treble-hook.svg?style=flat" alt="MIT License"></a> | ||
</div> | ||
## WARNING | ||
@@ -27,0 +27,0 @@ This is still pre-release, so consider it beta, meaning there will likely be changes; however, we don't envision breaking interface. |
15179