Skip to content

Commit

Permalink
fix: main path imports for typescript (#495)
Browse files Browse the repository at this point in the history
**Which problem is this pull request solving?**

Release failures:

https://github.com/netlify/functions/actions/runs/8942002569/job/24563622237

https://github.com/netlify/functions/actions/runs/8939586357/job/24555907790

**List other issues or pull requests related to this problem**

See #491,
#492,
#493

**Checklist**

Please add a `x` inside each checkbox:

- [x] I have read the [contribution
guidelines](../blob/master/CONTRIBUTING.md).
- [x] The status checks are successful (continuous integration). Those
can be seen below.
- [x] Ran `npm run test` which includes `test:publish` and `test:dev`
- [x] Tested with `npm link @netlify/functions`
  • Loading branch information
mrstork committed May 3, 2024
1 parent 61dc146 commit a72e407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@netlify/functions",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"type": "commonjs",
"exports": {
".": {
Expand Down

0 comments on commit a72e407

Please sign in to comment.