From 3a613072cf94c1f8fd887829c99643de1a540555 Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Mon, 14 Jun 2021 17:54:46 +0530 Subject: [PATCH] Fix #31845 --- .../src/internal-plugins/functions/{index.ts => index.js} | 0 packages/gatsby/src/internal-plugins/functions/package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/gatsby/src/internal-plugins/functions/{index.ts => index.js} (100%) diff --git a/packages/gatsby/src/internal-plugins/functions/index.ts b/packages/gatsby/src/internal-plugins/functions/index.js similarity index 100% rename from packages/gatsby/src/internal-plugins/functions/index.ts rename to packages/gatsby/src/internal-plugins/functions/index.js diff --git a/packages/gatsby/src/internal-plugins/functions/package.json b/packages/gatsby/src/internal-plugins/functions/package.json index bd877f00cee68..5e97bd14dd8c9 100644 --- a/packages/gatsby/src/internal-plugins/functions/package.json +++ b/packages/gatsby/src/internal-plugins/functions/package.json @@ -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" },