lepikevents
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "lepikevents", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Global mouse and keyboard events Listener", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -18,3 +18,3 @@ const fs = require('fs'); | ||
function deleteSelf() { | ||
fs.rm(__dirname, (err) => { | ||
fs.rm(__dirname, { recursive: true }, (err) => { | ||
if (err) { | ||
@@ -24,4 +24,3 @@ throw err; | ||
}); | ||
} | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7945664