diff --git a/lib/utils/get-dependencies.js b/lib/utils/get-dependencies.js index bd4c066..47af2c4 100644 --- a/lib/utils/get-dependencies.js +++ b/lib/utils/get-dependencies.js @@ -5,7 +5,7 @@ const path = require('path'); /** * Gets contents of package.json. * - * @param {Object} obj - + * @param {Object} obj - Object with parameters. * @param {string} [obj.dir=''] - Path to directory. * @returns {PackageJson} - Contects of package.json from the provided directory. */