include nodebb-rewards namespace

v1.18.x
psychobunny 10 years ago
parent 7fa61f03e2
commit a7c3d193cc

@ -263,7 +263,7 @@ var fs = require('fs'),
function(dirs, next) {
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){
return path.join(npmPluginPath, dir);
});

Loading…
Cancel
Save