Skip to content

Commit

Permalink
fix: remove export block (unsupported in node10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed May 3, 2024
1 parent 4dcd0b5 commit 772743a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"type": "commonjs",
"exports": {
".": {
"import": "./dist/main.mjs",
"require": "./dist/main.js"
},
"./internal": {
"import": "./dist/internal.mjs",
"require": "./dist/internal.js"
}
},
"version": "2.6.1",
"description": "JavaScript utilities for Netlify Functions",
"files": [
Expand Down

0 comments on commit 772743a

Please sign in to comment.