Merge branch 'alpha.5' of github.com:strapi/strapi into alpha.5

This commit is contained in:
Aurelsicoko 2017-08-24 17:24:40 +02:00
commit 27e18c2b50

View File

@ -79,7 +79,7 @@ module.exports = (scope, cb) => {
}
function pluginsInstallation() {
exec('strapi install settings-manager@alpha', (err, stdout) => {
exec('strapi install settings-manager', (err, stdout) => {
logger.info('Installing plugin `Settings Manager`...');
if (err) {