Skip to content

Commit 8eda1cb

Browse files
New changes
1 parent 333926f commit 8eda1cb

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "env-cleaner",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "dist/core/main.js",
66
"scripts": {

src/lib/console/init.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ export async function logToConsole(color: Colors, ...data: any) {
1818
} else {
1919
console.log(`[env-cleaner]: ${data}`);
2020
}
21-
22-
console.log(1);
2321
}

src/lib/run/init.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)