Skip to content

Commit

Permalink
* update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
alhazmy13 committed Oct 28, 2018
1 parent 12e7377 commit bc89eb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
[![npm version](https://badge.fury.io/js/serverless-offline.svg)](https://badge.fury.io/js/serverless-offline)
[![Build Status](https://travis-ci.org/dherault/serverless-offline.svg?branch=master)](https://travis-ci.org/dherault/serverless-offline)
[![Build Status](https://travis-ci.org/dherault/serverless-offline-python.svg?branch=master)](https://travis-ci.org/dherault/serverless-offline)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing)

This [Serverless](https://github.com/serverless/serverless) plugin emulates AWS λ and API Gateway on your local machine to speed up your development cycles.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-offline-python",
"version": "3.21.1",
"version": "3.21.3",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"main": "src/index.js",
"scripts": {
Expand All @@ -14,6 +14,7 @@
"keywords": [
"Serverless",
"Amazon Web Services",
"Python",
"AWS",
"Lambda",
"API Gateway"
Expand All @@ -23,7 +24,8 @@
"Bilal Soylu (https://github.com/Bilal-S)",
"Leonardo Alifraco (https://github.com/leonardoalifraco)",
"Michael Staub (https://github.com/mikestaub)",
"Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)"
"Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)",
"Abdullah Alhazmy <[email protected]> (https://github.com/alhazmy13)"
],
"contributors": [
"Adam Sweeting (https://github.com/adamelliottsweeting)",
Expand Down Expand Up @@ -92,13 +94,14 @@
"Utku Turunc (https://github.com/utkuturunc)",
"Vasiliy Solovey (https://github.com/miltador)",
"Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)",
"Abdullah Alhazmy <[email protected]> (https://github.com/alhazmy13)",
"Jaryd Carolin (https://github.com/horyd)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dherault/serverless-offline/issues"
"url": "https://github.com/alhazmy13/serverless-offline-python/issues"
},
"homepage": "https://github.com/dherault/serverless-offline",
"homepage": "https://github.com/alhazmy13/serverless-offline-python",
"dependencies": {
"babel-register": "^6.18.0",
"boom": "^4.2.0",
Expand Down

0 comments on commit bc89eb9

Please sign in to comment.