Skip to content

Commit 6820493

Browse files
committed
add 'authorizer' to lint dictionary, add main to rest api construct package.json
1 parent bf0864d commit 6820493

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslint_dictionary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"argv",
1919
"arn",
2020
"arns",
21+
"authorizer",
2122
"aws",
2223
"backends",
2324
"birthdate",

packages/rest-api-construct/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@aws-amplify/rest-api-construct",
33
"version": "1.0.0",
44
"type": "module",
5+
"main": "lib/index.js",
56
"publishConfig": {
67
"access": "public"
78
},

0 commit comments

Comments
 (0)