namirasoft-core
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -58,3 +58,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
let files_folders = fs.readdirSync(base + sub); | ||
let files_folders = fs.readdirSync(path.join(base, sub)); | ||
for (let folder of files_folders) { | ||
@@ -61,0 +61,0 @@ let s = path.join(sub, folder); |
{ | ||
"name": "namirasoft-core", | ||
"description": "Namira Software Corporation Core NPM Package", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"main": "./dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts", |
@@ -26,3 +26,3 @@ import * as fs from 'fs'; | ||
{ | ||
let files_folders = fs.readdirSync(base + sub); | ||
let files_folders = fs.readdirSync(path.join(base, sub)); | ||
for (let folder of files_folders) | ||
@@ -29,0 +29,0 @@ { |
Sorry, the diff of this file is not supported yet
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
225331