include nodebb-rewards namespace

This commit is contained in:
psychobunny
2015-02-20 12:17:58 -05:00
parent 7fa61f03e2
commit a7c3d193cc

View File

@@ -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);
});