From 0ea375643b78d220ea7ccdf0eb71fdeccdf503a0 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 13 Aug 2018 14:29:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Added=20required=20"ghost-theme"=20key?= =?UTF-8?q?word?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - We're going to start showing this as a warning in gscan - The purpose is to give us a way to detect if a package is a valid Ghost theme --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c90078a..06385a3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ }, "keywords": [ "ghost", - "theme" + "theme", + "ghost-theme" ], "repository": { "type": "git",