Skip to content

Commit

Permalink
feat: add package.json exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jun 2, 2022
1 parent d85bb15 commit 2c263d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "8.8.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"main": "src/index.js",
"main": "./src/index.js",
"exports": "./src/index.js",
"type": "module",
"scripts": {
"format": "eslint . --fix",
Expand Down

0 comments on commit 2c263d0

Please sign in to comment.