From 6e006e0073d9d89834ec5256f9fe2c161c6b233b 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 96d0f0c..ec5cb17 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.