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",