mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
include nodebb-rewards namespace
This commit is contained in:
@@ -263,7 +263,7 @@ var fs = require('fs'),
|
|||||||
|
|
||||||
function(dirs, next) {
|
function(dirs, next) {
|
||||||
dirs = dirs.filter(function(dir){
|
dirs = dirs.filter(function(dir){
|
||||||
return dir.startsWith('nodebb-plugin-') || dir.startsWith('nodebb-widget-') || dir.startsWith('nodebb-theme-')
|
return dir.startsWith('nodebb-plugin-') || dir.startsWith('nodebb-widget-') || dir.startsWith('nodebb-rewards-') || dir.startsWith('nodebb-theme-')
|
||||||
}).map(function(dir){
|
}).map(function(dir){
|
||||||
return path.join(npmPluginPath, dir);
|
return path.join(npmPluginPath, dir);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user