Skip to content

Commit 1ad38ac

Browse files
sidharthachatterjeevladar
authored andcommitted
chore(gatsby): Fix Invalid 'main' field error (#31899)
(cherry picked from commit d06d6b5)
1 parent 3be9c24 commit 1ad38ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/gatsby/src/internal-plugins/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "functions",
33
"version": "1.0.0",
44
"description": "An internal Gatsby plugin which lets one write serverless functions",
5-
"main": "index.ts",
5+
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

0 commit comments

Comments
 (0)