From 0c0469d674b2f62c581077ea29ee5187f566f1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 15 Jan 2021 19:48:45 -0500 Subject: [PATCH] fix: https://github.com/NodeBB/NodeBB/issues/9198 --- package.json | 2 +- plugin.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b66a8f4..37c40e0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "compatibility": "^1.16.0" }, "description": "Persona theme for NodeBB", - "main": "theme.less", + "main": "library.js", "repository": { "type": "git", "url": "https://github.com/psychobunny/nodebb-theme-persona" diff --git a/plugin.json b/plugin.json index af689f6..9a1a01b 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,5 @@ { "id": "nodebb-theme-persona", - "library": "library.js", "hooks": [ { "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" }, { "hook": "filter:config.get", "method": "getThemeConfig" },