wikiploy 2.2.1 → 2.2.2
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/assets/test.css +1 -1
- package/assets/test.js +1 -1
- package/package.json +1 -1
- package/src/WikiployLite.js +1 -1
package/assets/test.css
CHANGED
package/assets/test.js
CHANGED
package/package.json
CHANGED
package/src/WikiployLite.js
CHANGED
|
@@ -6,7 +6,7 @@ import DeployConfig from './DeployConfig.js';
|
|
|
6
6
|
|
|
7
7
|
import { promises as fs } from "fs"; // node v11+
|
|
8
8
|
|
|
9
|
-
const version = /*version:main:*/'2.2.
|
|
9
|
+
const version = /*version:main:*/'2.2.2'/*:main:version*/;
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* MediaWiki deployment automation.
|