clean-web-scraper 3.9.3 → 3.9.4

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/main.js +0 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -690,7 +690,6 @@ class WebScraper
690
690
  this.ensureDirectory( path.join( __dirname, this.textOutputPathWithMeta ) );
691
691
  }
692
692
 
693
- // Helper method to ensure a directory exists
694
693
  ensureDirectory ( dirPath )
695
694
  {
696
695
  if ( !fs.existsSync( dirPath ) )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clean-web-scraper",
3
- "version": "3.9.3",
3
+ "version": "3.9.4",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "start": "node main.js",