Skip to content

Commit

Permalink
chore: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Aug 23, 2023
1 parent 56e3584 commit 53a7679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/scripts/what-packages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ const searchPath = args[1] || './src';

const results = await findImports(searchString, searchPath);

console.log('Results:', results);
console.log('\n========== Results ==========\n', results);

console.log("\n========== Copy/Paste into package.json's peerDependencies ==========\n");
console.log(`"peerDependencies": {`);
results.forEach((dep, index) => {
console.log(
Expand Down

0 comments on commit 53a7679

Please sign in to comment.