fop-cli 3.9.0 → 3.9.1

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/install.js +1 -1
  2. package/package.json +4 -4
package/install.js CHANGED
@@ -8,7 +8,7 @@ const { execSync } = require('child_process');
8
8
 
9
9
  // Configuration - UPDATE THESE FOR YOUR RELEASE
10
10
  const VERSION = '3.9.0';
11
- const GITHUB_REPO = 'easylist/easylist'; // Change to your repo
11
+ const GITHUB_REPO = 'ryanbr/fop-rs'; // Change to your repo
12
12
  const BINARY_NAME = 'fop';
13
13
 
14
14
  // Platform mapping
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fop-cli",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "Filter Orderer and Preener - A tool for sorting and cleaning ad-blocking filter lists",
5
5
  "keywords": [
6
6
  "adblock",
@@ -14,11 +14,11 @@
14
14
  "license": "GPL-3.0",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+https://github.com/easylist/easylist.git"
17
+ "url": "git+https://github.com/ryanbr/fop-rs.git"
18
18
  },
19
- "homepage": "https://github.com/easylist/easylist",
19
+ "homepage": "https://github.com/ryanbr/fop-rs",
20
20
  "bugs": {
21
- "url": "https://github.com/easylist/easylist/issues"
21
+ "url": "https://github.com/ryanbr/fop-rs/issues"
22
22
  },
23
23
  "bin": {
24
24
  "fop": "bin/fop"