Skip to content

Commit

Permalink
chore(gatsby): Fix Invalid 'main' field error (#31899) (#31930)
Browse files Browse the repository at this point in the history
(cherry picked from commit d06d6b5)

Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
  • Loading branch information
GatsbyJS Bot and sidharthachatterjee authored Jun 15, 2021
1 parent 3be9c24 commit eecd04f
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 eecd04f

Please sign in to comment.