wikiploy 1.4.0 → 1.4.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/DEV.md +1 -0
  2. package/package.json +1 -1
package/DEV.md CHANGED
@@ -37,6 +37,7 @@ You can also run (and debug) each test case directly from a test file. You might
37
37
 
38
38
  Step. 1. Check.
39
39
  ```bash
40
+ npm up
40
41
  npm test
41
42
  ```
42
43
  Step. 2. Change version in the package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wikiploy",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "User scripts and gadgets deployment for MediaWiki (Wikipedia).",
5
5
  "main": "src/index.js",
6
6
  "type": "module",