Comparing version 1.1.2 to 1.1.4
{ | ||
"name": "bundle-me", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "Bundles all the files inside the directory", | ||
@@ -26,2 +26,2 @@ "main": "src/index.js", | ||
} | ||
} | ||
} |
@@ -19,3 +19,2 @@ 'use strict'; | ||
const files = getFiles(sourcePath); | ||
console.log(files); | ||
files.forEach(file => { | ||
@@ -22,0 +21,0 @@ if (fs.statSync(file).isDirectory()) { |
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
6268
6
89