Skip to content

Commit

Permalink
chore: add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
svedova committed Oct 18, 2023
1 parent a8a29bf commit 525aeb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -16,8 +16,10 @@
},
"exports": {
".": "./serverless.js",
"./router": "./router.js",
"./middlewares": "./middlewares.js"
"./aws": "./aws.js",
"./gcp": "./gcp.js",
"./middlewares": "./middlewares.js",
"./middlewares/express": "./middlewares/express.js"
},
"keywords": [
"serverless",
Expand Down

0 comments on commit 525aeb3

Please sign in to comment.