Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Add npm verison badge
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmatthalfcat committed Dec 9, 2017
1 parent 25fd452 commit 01e2b8c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ dist
coverage

package-lock.json

# Ignore compiled assets
index.d.ts
index.js
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ package-lock.json
tsconfig.json
tslint.json
.travis.yml
.coveralls.yml

# Ignore typescript and only ship d.ts/.js
index.ts
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# functional-express
[![Build Status](https://travis-ci.org/halfmatthalfcat/functional-express.svg?branch=master)](https://travis-ci.org/halfmatthalfcat/functional-express)
[![Coverage Status](https://coveralls.io/repos/github/halfmatthalfcat/functional-express/badge.svg?branch=master)](https://coveralls.io/github/halfmatthalfcat/functional-express?branch=master)
[![npm version](https://badge.fury.io/js/functional-express.svg)](https://badge.fury.io/js/functional-express)

Functional helpers for dealing with Express.js routes.
Provides a cleaner API for dealing with extracting request values and completing responses.
Expand Down

0 comments on commit 01e2b8c

Please sign in to comment.