mediawiki-projects-list 1.2.7 → 1.2.8
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.
- package/package.json +1 -1
- package/projects.json +3 -3
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -1743,9 +1743,9 @@
|
|
|
1743
1743
|
{
|
|
1744
1744
|
"name": "dreamcancel.com",
|
|
1745
1745
|
"regex": "((?:www\\.)?dreamcancel\\.com)",
|
|
1746
|
-
"articlePath": "/wiki/
|
|
1747
|
-
"scriptPath": "/
|
|
1748
|
-
"fullScriptPath": "https://dreamcancel.com/
|
|
1746
|
+
"articlePath": "/wiki/",
|
|
1747
|
+
"scriptPath": "/w/",
|
|
1748
|
+
"fullScriptPath": "https://dreamcancel.com/w/",
|
|
1749
1749
|
"extensions": [
|
|
1750
1750
|
"Cargo"
|
|
1751
1751
|
]
|