Skip to content

Commit 3c746cd

Browse files
author
李永龙
committed
l
1 parent af4b55e commit 3c746cd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
### A middleWare based on express to handle http request when real server is unfinished
33

44
[![Build Status](https://travis-ci.org/silentport/dynamic-mock-express.svg?branch=master)](https://travis-ci.org/silentport/dynamic-mock-express)
5-
65
[![Coverage Status](https://coveralls.io/repos/github/silentport/dynamic-mock-express/badge.svg?branch=master)](https://coveralls.io/github/silentport/dynamic-mock-express?branch=master)
7-
8-
![https://www.npmjs.com/package/dynamic-mock-express](https://img.shields.io/npm/v/dynamic-mock-express.svg?style=flat)
6+
<a href="https://www.npmjs.com/package/dynamic-mock-express">
7+
<img src="https://img.shields.io/npm/v/dynamic-mock-express.svg?style=flat"/></a>
98
### feature
109

1110
>1.Suport Restful API friendly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamic-mock-express",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A dynamic mock tools to response http request",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)