clean-web-scraper 4.1.3 → 4.1.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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,9 @@ git clone https://github.com/mlibre/Clean-Web-Scraper
37
37
  cd Clean-Web-Scraper
38
38
  sudo pacman -S extra/xorg-server-xvfb chromium
39
39
  npm install
40
+
41
+ # Skip chromium download during npm installation
42
+ # npm i --ignore-scripts
40
43
  ```
41
44
 
42
45
  ## 💻 Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clean-web-scraper",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "start": "node main.js",