diff --git a/src/utilities/edits.js b/src/utilities/edits.js index 413d21e..9bac1ba 100644 --- a/src/utilities/edits.js +++ b/src/utilities/edits.js @@ -1,7 +1,6 @@ import { readFile, writeFile } from 'node:fs/promises'; import { findUp } from 'find-up'; - /** * It takes a string, finds the package.json file in the directory of the string, and changes the name * of the package.json file to the string.