Skip to content

Commit e02a046

Browse files
Update package.json
1 parent 9df12c7 commit e02a046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "serverless-authorizer",
2+
"name": "serverless-custom-authorizer",
33
"version": "1.0.0",
4-
"description": "Example of a service that uses API Gateway custom authorizer feature to authorize your endpoints.",
4+
"description": "Example of a serverless service that uses API Gateway custom authorizer to authorize your endpoints, and can custom deny message.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "",
10-
"license": "ISC",
10+
"license": "MIT",
1111
"devDependencies": {
1212
"serverless-offline": "^3.25.8"
1313
}

0 commit comments

Comments
 (0)