Comparing version 0.4.0 to 0.4.1
@@ -337,3 +337,3 @@ "use strict"; | ||
if (this.isCursorInUpperTextLimit(this.cursorPosY)) { | ||
this.previusCursorPosY = this.cursorPosY; | ||
this.previusCursorPosY = this.getRealCursorPosY(); | ||
this.cursorPosY--; | ||
@@ -345,3 +345,3 @@ this.checkCursorScroll(); | ||
if (this.isCursorInLowerTextLimit(this.cursorPosY)) { | ||
this.previusCursorPosY = this.cursorPosY; | ||
this.previusCursorPosY = this.getRealCursorPosY(); | ||
this.cursorPosY++; | ||
@@ -348,0 +348,0 @@ this.checkCursorScroll(); |
{ | ||
"name": "npkill", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "This tool allows you to 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.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
2263701