Skip to content

Commit

Permalink
chore(gatsby): Fix Invalid 'main' field error (#31899)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee committed Jun 14, 2021
1 parent 1f89646 commit d06d6b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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 d06d6b5

Please sign in to comment.