Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 1172aa6

Browse files
authored
chore: add internal to export paths (#491)
🎉 Thanks for sending this pull request! 🎉 Please make sure the title is clear and descriptive. If you are fixing a typo or documentation, please skip these instructions. Otherwise please fill in the sections below. **Which problem is this pull request solving?** Adding `@netlify/functions/internal` to export paths **List other issues or pull requests related to this problem** Follow-up to changes in #473 **Checklist** Please add a `x` inside each checkbox: - [x] I have read the [contribution guidelines](../blob/master/CONTRIBUTING.md). - [ ] The status checks are successful (continuous integration). Those can be seen below.
1 parent 6807ea6 commit 1172aa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
".": {
88
"import": "./dist/main.mjs",
99
"require": "./dist/main.js"
10+
},
11+
"./internal": {
12+
"import": "./dist/internal.mjs",
13+
"require": "./dist/internal.js"
1014
}
1115
},
1216
"version": "2.6.0",

0 commit comments

Comments
 (0)