Skip to content

Commit

Permalink
More proper docs
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 24, 2019
1 parent 9a3d720 commit ad67d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const getHomePage = require('./gethomepage')
/**
* Generate default configuration values from the given parsed `package.json`.
*
* @param pkg - the parsed `package.json` file
* @param fallbacks (optional) - fallback default value for certain options, currently:
* @param {object} pkg - the parsed `package.json` file
* @param {?object} fallbacks - fallback default value for certain options, currently:
* * `revision`
*/
module.exports = function getDefaultsFromPackageJSON (pkg, fallbacks = {}) {
Expand Down

0 comments on commit ad67d6d

Please sign in to comment.