Skip to content

Commit

Permalink
feat: add Lambda class to package exports (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored Sep 2, 2022
1 parent 28b6060 commit b043fe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"version": "9.3.1",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"exports": "./src/index.js",
"exports": {
".": "./src/index.js",
"./lambda": "./src/lambda/index.js"
},
"type": "module",
"scripts": {
"format": "eslint . --fix",
Expand Down

0 comments on commit b043fe0

Please sign in to comment.