ioredis-mock
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ioredis-mock", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "This library emulates ioredis by performing all operations in-memory.", | ||
@@ -32,3 +32,3 @@ "main": "./lib", | ||
"devDependencies": { | ||
"babel-cli": "6.9.0", | ||
"babel-cli": "6.10.1", | ||
"babel-eslint": "6.0.4", | ||
@@ -39,3 +39,3 @@ "babel-preset-es2015": "6.9.0", | ||
"coveralls": "2.11.9", | ||
"eslint": "2.11.1", | ||
"eslint": "2.12.0", | ||
"eslint-config-airbnb-base": "3.0.1", | ||
@@ -42,0 +42,0 @@ "eslint-config-xo-space": "0.13.0", |
ioredis-mock | ||
============ | ||
[![AppVeyor branch](https://img.shields.io/appveyor/ci/stipsan/ioredis-mock/master.svg?label=windows)](https://ci.appveyor.com/project/stipsan/ioredis-mock) | ||
[![Travis branch](https://img.shields.io/travis/stipsan/ioredis-mock/master.svg?label=linux)](https://travis-ci.org/stipsan/ioredis-mock) | ||
[![CircleCI](https://img.shields.io/circleci/project/stipsan/ioredis-mock.svg?label=node matrix)](https://circleci.com/gh/stipsan/ioredis-mock) | ||
[![AppVeyor branch](https://img.shields.io/appveyor/ci/stipsan/ioredis-mock.svg?label=windows)](https://ci.appveyor.com/project/stipsan/ioredis-mock) | ||
[![Travis branch](https://img.shields.io/travis/stipsan/ioredis-mock.svg?label=linux)](https://travis-ci.org/stipsan/ioredis-mock) | ||
[![CircleCI](https://img.shields.io/circleci/project/stipsan/ioredis-mock.svg?label=node+matrix)](https://circleci.com/gh/stipsan/ioredis-mock) | ||
[![Code Climate](https://codeclimate.com/github/stipsan/ioredis-mock/badges/gpa.svg)](https://codeclimate.com/github/stipsan/ioredis-mock) | ||
[![Issue Count](https://img.shields.io/codeclimate/issues/github/me-and/mdf.svg)](https://codeclimate.com/github/stipsan/ioredis-mock) | ||
[![Coverage Status](https://coveralls.io/repos/github/stipsan/ioredis-mock/badge.svg?branch=master)](https://coveralls.io/github/stipsan/ioredis-mock?branch=master) | ||
[![Issue Count](https://img.shields.io/codeclimate/issues/github/stipsan/ioredis-mock.svg)](https://codeclimate.com/github/stipsan/ioredis-mock) | ||
[![Coverage Status](https://coveralls.io/repos/github/stipsan/ioredis-mock/badge.svg)](https://coveralls.io/github/stipsan/ioredis-mock) | ||
[![npm package](https://img.shields.io/npm/dm/ioredis-mock.svg)](https://www.npmjs.com/package/ioredis-mock) | ||
@@ -11,0 +11,0 @@ |
12021