diff --git a/install/data/categories.json b/install/data/categories.json index 74b058e80f..048d995682 100644 --- a/install/data/categories.json +++ b/install/data/categories.json @@ -9,7 +9,7 @@ }, { "name": "General Discussion", - "description": "A place to talk about whateeeever you want", + "description": "A place to talk about whatever you want", "bgColor": "#59b3d0", "color": "#fff", "icon" : "fa-comments-o", diff --git a/src/plugins.js b/src/plugins.js index 3a9d1ff5fe..4dee3a79d9 100644 --- a/src/plugins.js +++ b/src/plugins.js @@ -245,15 +245,6 @@ var fs = require('fs'), }); }; - function getLatestVersion(versions) { - for(var version in versions) { - if (versions.hasOwnProperty(version) && versions[version] === 'latest') { - return version; - } - } - return ''; - } - Plugins.showInstalled = function(callback) { var npmPluginPath = path.join(__dirname, '../node_modules'); @@ -339,7 +330,7 @@ var fs = require('fs'), winston.verbose('[plugins] Plugin libraries removed from Node.js cache'); next(); - }, + } ], next); };