Skip to content

Commit 29a44b0

Browse files
author
stpham
committed
docs: add mising param docs
1 parent b61b1ad commit 29a44b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/get-project-options.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ function getProjectType(checkForDep, keywords) {
3737
/**
3838
* Determine what kind of ember flavor this project is and if it uses yarn or npm
3939
*
40-
* @param keywords
41-
* @param dependencies
42-
* @param devDependencies
43-
* @param blueprint
40+
* @param {array} keywords - the `keywords` attribute from a `package.json`
41+
* @param {object} dependencies - the `dependencies` attribute from a `package.json`
42+
* @param {object} devDependencies - the `devDependencies` attribute from a `package.json`
43+
* @param {object} blueprint - Expected to contain `packageName` and `name`
4444
* @returns {Promise<[string]|string[]>} - Array of strings containing keywords
4545
*/
4646
module.exports = async function getProjectOptions({

0 commit comments

Comments
 (0)