Skip to content

Commit 992ebce

Browse files
committed
chore(utils): fix merge booboo
1 parent be68cff commit 992ebce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/bin/utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,9 @@ const noop = () => {};
184184
const writeJsonAsync = (filePath, data) =>
185185
wrapAsync(function*() {
186186
yield fs.outputJSON(filePath, data, { spaces: 2 });
187+
});
187188

188-
/**
189+
/**
189190
* @func getJSONKey
190191
* Installs package, then returns the value for the given JSON file's key within
191192
* @param {string} packageName - the node_module to install / load

0 commit comments

Comments
 (0)