Skip to content

Commit a72e407

Browse files
authoredMay 3, 2024··
fix: main path imports for typescript (#495)
**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`
1 parent 61dc146 commit a72e407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@netlify/functions",
33
"main": "./dist/main.js",
4+
"types": "./dist/main.d.ts",
45
"type": "commonjs",
56
"exports": {
67
".": {

0 commit comments

Comments
 (0)
Please sign in to comment.