mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 02:16:03 +00:00
Remove console.log
This commit is contained in:
parent
4338ffe8cf
commit
46939d6173
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user