Skip to content

Commit

Permalink
chore(gatsby): Fix Invalid 'main' field error (#31899)
Browse files Browse the repository at this point in the history
(cherry picked from commit d06d6b5)
  • Loading branch information
sidharthachatterjee authored and vladar committed Jun 15, 2021
1 parent 3be9c24 commit 1ad38ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "functions",
"version": "1.0.0",
"description": "An internal Gatsby plugin which lets one write serverless functions",
"main": "index.ts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 1ad38ac

Please sign in to comment.