Skip to content

Commit ba7ea01

Browse files
committed
Update outdated deps
1 parent 9a1646a commit ba7ea01

File tree

3 files changed

+818
-179
lines changed

3 files changed

+818
-179
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# swagger-node
22

3-
[![Build Status](https://travis-ci.org/swagger-api/swagger-node.svg?branch=master)](https://travis-ci.org/multivacplatform/swagger-node)
3+
[![Build Status](https://travis-ci.org/multivacplatform/swagger-node.svg?branch=master)](https://travis-ci.org/multivacplatform/swagger-node)
44
[![NPM version](https://badge.fury.io/js/swagger.png)](http://badge.fury.io/js/swagger)
5-
[![Dependency Status](https://david-dm.org/swagger-api/swagger-node/status.svg)](https://david-dm.org/multivacplatform/swagger-node)
6-
[![devDependency Status](https://david-dm.org/swagger-api/swagger-node/dev-status.svg)](https://david-dm.org/multivacplatform/swagger-node#info=devDependencies)
5+
[![Dependency Status](https://david-dm.org/multivacplatform/swagger-node/status.svg)](https://david-dm.org/multivacplatform/swagger-node)
6+
[![devDependency Status](https://david-dm.org/multivacplatform/swagger-node/dev-status.svg)](https://david-dm.org/multivacplatform/swagger-node#info=devDependencies)
77

88
The `swagger` module provides tools for designing and building Swagger-compliant APIs entirely in Node.js. It integrates with popular Node.js servers, including Express, Hapi, Restify, and Sails, as well as any Connect-based middleware. With `swagger`, you can specify, build, and test your API from the very beginning, on your laptop. It allows you to change and iterate your design without rewriting the logic of your implementation.
99

0 commit comments

Comments
 (0)