From 669f384eaf515b57e93f6f8fedf0b85d807aabf6 Mon Sep 17 00:00:00 2001 From: zaldih Date: Sat, 8 Jun 2024 17:24:18 +0200 Subject: [PATCH] 0.12.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54225da..fe3258d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npkill", - "version": "0.12.2-1", + "version": "0.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npkill", - "version": "0.12.2-1", + "version": "0.12.2", "license": "MIT", "dependencies": { "ansi-escapes": "^6.2.1", diff --git a/package.json b/package.json index 32eecf2..8781ca0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npkill", - "version": "0.12.2-1", + "version": "0.12.2", "description": "List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.", "exports": "./lib/index.js", "type": "module",