Remove console.log

This commit is contained in:
Aurélien Georget 2016-07-05 11:10:01 +02:00
parent 4338ffe8cf
commit 46939d6173

View File

@ -23,7 +23,7 @@ module.exports = function dataForPackageJSON(scope) {
// in the newly created `package.json`.
const frameworkPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', 'strapi', 'package.json'))) || {};
const knexPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', 'strapi-knex', 'package.json'))) || {};
console.log(getDependencyVersion(cliPkg, 'strapi'));
// Finally, return the JSON.
return _.merge(scope.appPackageJSON || {}, {
'name': scope.name,