Skip to content

Commit bc89eb9

Browse files
committed
* update readme file
1 parent 12e7377 commit bc89eb9

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

88
This [Serverless](https://github.com/serverless/serverless) plugin emulates AWS λ and API Gateway on your local machine to speed up your development cycles.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-offline-python",
3-
"version": "3.21.1",
3+
"version": "3.21.3",
44
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
55
"main": "src/index.js",
66
"scripts": {
@@ -14,6 +14,7 @@
1414
"keywords": [
1515
"Serverless",
1616
"Amazon Web Services",
17+
"Python",
1718
"AWS",
1819
"Lambda",
1920
"API Gateway"
@@ -23,7 +24,8 @@
2324
"Bilal Soylu (https://github.com/Bilal-S)",
2425
"Leonardo Alifraco (https://github.com/leonardoalifraco)",
2526
"Michael Staub (https://github.com/mikestaub)",
26-
"Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)"
27+
"Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)",
28+
"Abdullah Alhazmy <[email protected]> (https://github.com/alhazmy13)"
2729
],
2830
"contributors": [
2931
"Adam Sweeting (https://github.com/adamelliottsweeting)",
@@ -92,13 +94,14 @@
9294
"Utku Turunc (https://github.com/utkuturunc)",
9395
"Vasiliy Solovey (https://github.com/miltador)",
9496
"Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)",
97+
"Abdullah Alhazmy <[email protected]> (https://github.com/alhazmy13)",
9598
"Jaryd Carolin (https://github.com/horyd)"
9699
],
97100
"license": "MIT",
98101
"bugs": {
99-
"url": "https://github.com/dherault/serverless-offline/issues"
102+
"url": "https://github.com/alhazmy13/serverless-offline-python/issues"
100103
},
101-
"homepage": "https://github.com/dherault/serverless-offline",
104+
"homepage": "https://github.com/alhazmy13/serverless-offline-python",
102105
"dependencies": {
103106
"babel-register": "^6.18.0",
104107
"boom": "^4.2.0",

0 commit comments

Comments
 (0)