Skip to content

Commit d06d6b5

Browse files
chore(gatsby): Fix Invalid 'main' field error (#31899)
1 parent 1f89646 commit d06d6b5

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)