Skip to content

Commit

Permalink
derp + travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
swhite24 committed Apr 3, 2017
1 parent 18a91f9 commit b80f753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# serverless-lambda-router

![](https://api.travis-ci.org/swhite24/serverless-lambda-router.svg?branch=master)
[![Build Status](https://travis-ci.org/swhite24/serverless-lambda-router.svg?branch=master)](https://travis-ci.org/swhite24/serverless-lambda-router)

serverless-lambda-router is a router framework to be used within a single [lambda](https://aws.amazon.com/lambda/) function supporting an [API Gateway](https://aws.amazon.com/api-gateway/) stage. Note that this library requires a lambda runtime of `6.10`.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "serverless-lambda-router",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lambda router for serverless framework",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "babel -d dist src",
"watch": "babel -w -d dist src",
Expand Down

0 comments on commit b80f753

Please sign in to comment.