copyreplaste
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -31,3 +31,3 @@ "use strict"; | ||
fs_1.readdirSync(path).forEach(function (file) { | ||
var curPath = path + "/" + file; | ||
var curPath = path_1.join(path, file); | ||
if (fs_1.lstatSync(curPath).isDirectory()) { | ||
@@ -34,0 +34,0 @@ _this.remove(curPath); |
{ | ||
"name": "copyreplaste", | ||
"description": "Add replace to your daily copy-paste jobs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
2
15918
13
374