@6degrees/source-code-spitter
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -110,3 +110,3 @@ #!/usr/bin/env node | ||
const dumpFileContent = []; | ||
let dumpFileContent = []; | ||
@@ -113,0 +113,0 @@ sourceCodeFiles.forEach(file => { |
{ | ||
"name": "@6degrees/source-code-spitter", | ||
"description": "A command-line tool to extract and organize source code snippets from projects, enabling easy sharing and collaboration.", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "bin": { |
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
11299