From 6c2e65923af1d5a451a6ca3b439afdd00285910b Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Mon, 9 May 2022 20:47:06 +0530 Subject: [PATCH] chore: shit --- src/utilities/edits.js | 1 - 1 file changed, 1 deletion(-) 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.