diff --git a/lib/utils/safe-npm.js b/lib/utils/safe-npm.js index 7b84315..499da04 100644 --- a/lib/utils/safe-npm.js +++ b/lib/utils/safe-npm.js @@ -61,7 +61,11 @@ const addAlias = (file) => { if (err) { return new Error(`There was an error setting up the alias: ${stderr}`) } - console.log(`The alias was added to ${file}. Running 'npm install' will now be wrapped in Socket's "safe npm" 🎉`) + console.log(` + +The alias was added to ${file}. Running 'npm install' will now be wrapped in Socket's "safe npm" 🎉 + +`) }) }