Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "hique", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "job queue for nodejs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,6 +0,1 @@ | ||
# Beta is live! | ||
feel free to contribute / open issues / create pull requests / fork, | ||
however use in production at your own risk as bugs are bound to happen | ||
# Hique | ||
@@ -10,5 +5,6 @@ [![npm version](https://badge.fury.io/js/hique.svg)](https://badge.fury.io/js/hique) | ||
[![Coverage Status](https://coveralls.io/repos/github/patriceperez/hique/badge.svg?branch=master)](https://coveralls.io/github/patriceperez/hique?branch=master&dummy=1) | ||
hique is a job queue for NodeJS. | ||
feel free to contribute / open issues / create pull requests / fork | ||
## Introduction | ||
@@ -15,0 +11,0 @@ hique is heavily inspired by [kue](https://github.com/Automattic/kue) and [bee-queue](https://github.com/LewisJEllis/bee-queue), and after using both frameworks pretty extensively I found that, though very well written, these frameworks do not fulfill two of my most desired aspects in: |
36785
240