Skip to content

Commit d607381

Browse files
chore: bump version from 1.0.0 to 1.0.1 and fix package name
1 parent 39c7908 commit d607381

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const LOGO = `
1212
\x1b[35m 🚀 Created by codingstark.com\x1b[0m
1313
`;
1414

15-
const CURRENT_VERSION = "1.0.0";
16-
const PACKAGE_NAME = "npkill";
15+
const CURRENT_VERSION = "1.0.1";
16+
const PACKAGE_NAME = "bunkill";
1717

1818
const colors = {
1919
reset: "\x1b[0m",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"module": "index.ts",
44
"main": "index.ts",
55
"type": "module",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"description": "Bun.js-powered node_modules cleanup tool - faster than npkill",
88
"bin": {
99
"bunkill": "./index.ts"

0 commit comments

Comments
 (0)