Add strapi-utils dependency at the root level of the project folder

This commit is contained in:
Kamal Bennani 2018-11-19 21:48:15 +01:00
parent 4a7cae4ac0
commit 17140fb4b0
No known key found for this signature in database
GPG Key ID: 4513063CDB1A1C25

View File

@ -56,6 +56,7 @@ module.exports = scope => {
'dependencies': Object.assign({}, {
'lodash': '^4.17.5',
'strapi': getDependencyVersion(cliPkg, 'strapi'),
'strapi-utils': getDependencyVersion(cliPkg, 'strapi'),
[scope.client.connector]: getDependencyVersion(cliPkg, 'strapi'),
}, additionalsDependencies, {
[scope.client.module]: scope.client.version