From e74c682cbadb207cc96cee66da23c2cca7b64f68 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 6 May 2021 13:54:00 +0100 Subject: [PATCH] Added export for `package-json` library contents no issue - our code is already in the `lib` folder so we just need to export it --- ghost/package-json/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/package-json/index.js b/ghost/package-json/index.js index e69de29bb2..2184f1ce08 100644 --- a/ghost/package-json/index.js +++ b/ghost/package-json/index.js @@ -0,0 +1 @@ +module.exports = require('./lib/package-json');