Skip to content

Commit

Permalink
build: move repository to pillarjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 4, 2014
1 parent 9b1a0b9 commit bb23f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# finalhandler

[![NPM version](https://badge.fury.io/js/finalhandler.svg)](https://badge.fury.io/js/finalhandler)
[![Build Status](https://travis-ci.org/expressjs/finalhandler.svg?branch=master)](https://travis-ci.org/expressjs/finalhandler)
[![Coverage Status](https://img.shields.io/coveralls/expressjs/finalhandler.svg?branch=master)](https://coveralls.io/r/expressjs/finalhandler)
[![Build Status](https://travis-ci.org/pillarjs/finalhandler.svg?branch=master)](https://travis-ci.org/pillarjs/finalhandler)
[![Coverage Status](https://img.shields.io/coveralls/pillarjs/finalhandler.svg?branch=master)](https://coveralls.io/r/pillarjs/finalhandler)

Node.js function to invoke as the final step to respond to HTTP request.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/finalhandler",
"repository": "pillarjs/finalhandler",
"dependencies": {
"debug": "1.0.4",
"escape-html": "1.0.1"
Expand Down

0 comments on commit bb23f4e

Please sign in to comment.