This repository has been archived by the owner on May 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,11 @@ | |
# Names are formatted as: | ||
# name <email> | ||
# | ||
Ace Nassri <[email protected]> | ||
Akinori Machino <[email protected]> | ||
Jason Dobry <[email protected]> | ||
Jason Polites <[email protected]> | ||
Justin Beckwith <[email protected]> | ||
Kim Vogt <[email protected]> | ||
Kris J. Pruden <[email protected]> | ||
Lauren Long <[email protected]> | ||
|
@@ -15,3 +17,4 @@ Slawek Walkowski <[email protected]> | |
Tim Swast <[email protected]> | ||
Tina Liang <[email protected]> | ||
aminy <[email protected]> | ||
renovate[bot] <renovate[bot]@users.noreply.github.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@google-cloud/functions-emulator", | ||
"description": "Google Cloud Functions Emulator", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"license": "Apache-2.0", | ||
"author": "Google Inc.", | ||
"engines": { | ||
|
@@ -40,9 +40,11 @@ | |
] | ||
}, | ||
"contributors": [ | ||
"Ace Nassri <[email protected]>", | ||
"Akinori Machino <[email protected]>", | ||
"Jason Dobry <[email protected]>", | ||
"Jason Polites <[email protected]>", | ||
"Justin Beckwith <[email protected]>", | ||
"Kim Vogt <[email protected]>", | ||
"Kris J. Pruden <[email protected]>", | ||
"Lauren Long <[email protected]>", | ||
|
@@ -51,7 +53,8 @@ | |
"Slawek Walkowski <[email protected]>", | ||
"Tim Swast <[email protected]>", | ||
"Tina Liang <[email protected]>", | ||
"aminy <[email protected]>" | ||
"aminy <[email protected]>", | ||
"renovate[bot] <renovate[bot]@users.noreply.github.com>" | ||
], | ||
"scripts": { | ||
"lint": "semistandard", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters