Skip to content

Commit

Permalink
Add missing description for object parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyEckstein committed Dec 6, 2021
1 parent dd2e98d commit 0177181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/get-dependencies.js
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 0177181

Please sign in to comment.