From edbf9a707658bb8228c9bdf9616c5897907926ec Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 19 Feb 2021 15:22:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Removed=20main=20script=20that?= =?UTF-8?q?=20no=20longer=20exists?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Ghost/commit/481e2425af99a30e6fcfa02c40eca8e6eae73ed9 - We no longer support using Ghost as an npm module (this was deprecated long ago) - We've now removed the file that this used to point to (in https://github.com/TryGhost/Ghost/commit/481e2425af99a30e6fcfa02c40eca8e6eae73ed9) - As we aren't supporting this approach, we are removing the main script rather than updating it --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 96329370b2..8bdd0be3fa 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "bugs": "https://github.com/TryGhost/Ghost/issues", "contributors": "https://github.com/TryGhost/Ghost/graphs/contributors", "license": "MIT", - "main": "./core/index", "scripts": { "start": "node index", "dev": "DEBUG=ghost:* grunt dev",