dslop 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6559,7 +6559,7 @@ async function scanDirectory(targetPath, options) {
6559
6559
  }
6560
6560
 
6561
6561
  // index.ts
6562
- var VERSION = process.env.npm_package_version || "1.0.2";
6562
+ var VERSION = process.env.npm_package_version || "1.0.3";
6563
6563
  function showHelp() {
6564
6564
  console.log(`
6565
6565
  dslop - Detect Similar/Duplicate Lines Of Programming
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dslop",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Detect Similar/Duplicate Lines Of Programming - Find code duplication in your codebase",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",