From a7eb5397a486473cd86ca46a73ec7080f2f01294 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 7 Nov 2021 15:54:20 -0800 Subject: [PATCH] Add main/module to bun-framework-next --- packages/bun-framework-next/index.js | 1 + packages/bun-framework-next/package.json | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 packages/bun-framework-next/index.js diff --git a/packages/bun-framework-next/index.js b/packages/bun-framework-next/index.js new file mode 100644 index 0000000000..bbf5800ceb --- /dev/null +++ b/packages/bun-framework-next/index.js @@ -0,0 +1 @@ +// Keep this file here so that main resolves correctly diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index 4b7b814596..87cf608150 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -1,6 +1,8 @@ { "name": "bun-framework-next", "version": "12.0.3", + "main": "index.js", + "module": "index.js", "description": "Bun compatibility layer for Next.js v12.0.x", "framework": { "displayName": "Next.js",