brave-real-launcher 1.2.40 → 1.2.41

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -103,7 +103,7 @@ node -e "const {launch} = require('./dist'); launch({autoLoadUBlock:true, starti
103
103
 
104
104
  ```bash
105
105
  # Clone repository
106
- git clone https://github.com/user/brave-real-launcher.git
106
+ git clone https://github.com/codeiva4u/Brave-Real-Launcher.git
107
107
  cd brave-real-launcher
108
108
 
109
109
  # Install dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-launcher",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "description": "Launch Brave Browser with ease from node. Based on chrome-launcher with Brave-specific support.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",