diff --git a/package.json b/package.json index db71fc3ef9..4c1e5e41b8 100644 --- a/package.json +++ b/package.json @@ -46,11 +46,11 @@ "morgan": "^1.3.2", "mousetrap": "^1.5.3", "nconf": "~0.8.2", - "nodebb-plugin-composer-default": "3.0.22", + "nodebb-plugin-composer-default": "3.0.23", "nodebb-plugin-dbsearch": "1.0.1", "nodebb-plugin-emoji-one": "1.1.3", "nodebb-plugin-emoji-extended": "1.1.0", - "nodebb-plugin-markdown": "5.0.1", + "nodebb-plugin-markdown": "5.1.1", "nodebb-plugin-mentions": "1.0.21", "nodebb-plugin-soundpack-default": "0.1.6", "nodebb-plugin-spam-be-gone": "0.4.6", diff --git a/src/views/partials/requirejs-config.tpl b/src/views/partials/requirejs-config.tpl index 2d7332afd9..addb5cfcaa 100644 --- a/src/views/partials/requirejs-config.tpl +++ b/src/views/partials/requirejs-config.tpl @@ -6,7 +6,8 @@ paths: { 'forum': '../client', 'admin': '../admin', - 'vendor': '../../vendor' + 'vendor': '../../vendor', + 'plugins': '../../plugins' } }); \ No newline at end of file