We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be68cff commit 992ebceCopy full SHA for 992ebce
packages/cli/bin/utils.js
@@ -184,8 +184,9 @@ const noop = () => {};
184
const writeJsonAsync = (filePath, data) =>
185
wrapAsync(function*() {
186
yield fs.outputJSON(filePath, data, { spaces: 2 });
187
+ });
188
- /**
189
+/**
190
* @func getJSONKey
191
* Installs package, then returns the value for the given JSON file's key within
192
* @param {string} packageName - the node_module to install / load
0 commit comments