Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit c20f019

Browse files
committed
Merge remote-tracking branch 'node-aws-lambda-sapling/master'
2 parents e3f10d8 + f47a040 commit c20f019

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"bracketSpacing": true,
23
"printWidth": 120,
34
"singleQuote": true,
45
"trailingComma": "all"

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "CHANGEME",
44
"description": "",
55
"private": true,
6-
"license": "commercial",
6+
"license": "UNLICENSED",
77
"version": "0.0.0",
88
"homepage": "https://github.com/mdnorman/CHANGEME/wiki/Home",
99
"repository": {

serverless.yml

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

88
provider:
99
name: aws
10-
runtime: nodejs10.x
10+
runtime: nodejs12.x
1111
profile: serverless
1212
stage: test
1313
region: us-east-1

0 commit comments

Comments
 (0)