Skip to content

Commit

Permalink
[readme] update readme & bump version (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmoistner authored Mar 13, 2017
1 parent 047ddc3 commit 99d50a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage
node_modules
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# serverless-endpoint
> Dependencyless express like wrapper for serverless functions.
> Dependency-less express like wrapper for serverless functions.
[![Build Status](https://travis-ci.org/emmoistner/serverless-endpoint.svg?branch=master)](https://travis-ci.org/emmoistner/serverless-endpoint) [![Coverage Status](https://coveralls.io/repos/github/emmoistner/serverless-endpoint/badge.svg?branch=master)](https://coveralls.io/github/emmoistner/serverless-endpoint?branch=master)

## Support
️️AWS Api Gateway |
️️ Google Cloud Functions |
️️ AWS Api Gateway |
Google Cloud Functions |
❌ Azure functions |
❌ IBM OpenWhisk

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-endpoint",
"version": "0.0.1",
"version": "0.0.2",
"description": "Utilities designed to help manage api-gateway like event abstraction Edit",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 99d50a8

Please sign in to comment.