Remove alpha requirement in strapi generate new

This commit is contained in:
Pierre Burgy 2017-08-24 17:22:35 +02:00
parent fb0296c912
commit bf38d7ea3d

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) {