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" },