Skip to content

Commit

Permalink
Version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin658 committed Aug 10, 2018
1 parent 4baac95 commit 76ff564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
@@ -1,9 +1,8 @@
# express-inject-middleware

[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![npm version](https://badge.fury.io/js/express-inject-middleware.svg)](https://badge.fury.io/js/express-inject-middleware)
[![Build Status](https://travis-ci.org/benjamin658/express-inject-middleware.svg?branch=master)](https://travis-ci.org/benjamin658/express-inject-middleware)
[![Coverage Status](https://coveralls.io/repos/github/benjamin658/express-inject-middleware/badge.svg?branch=master)](https://coveralls.io/github/benjamin658/express-inject-middleware?branch=master)

> Inject stack of middlewares into given routes or middlewares.
Expand All @@ -15,7 +14,6 @@ With this middleware, it can easily define express routes as a group that use on

## Example Usage


### Basic example

```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "express-inject-middleware",
"version": "0.1.0",
"version": "0.1.1",
"description": "Inject stack of middlewares into given routes or middlewares.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 76ff564

Please sign in to comment.