screepsmod-exec-cli-in-console 1.0.1 → 1.0.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # screepsmod-exec-cli-in-console
2
2
 
3
- [English](README.md) | [中文](README.zh.md)
3
+ [English](./README.md) | [中文](./README.zh.md)
4
4
 
5
5
  Allow players to execute **(some)** Screeps server **CLI-only** commands from the **in-game console**.
6
6
 
package/README.zh.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # screepsmod-exec-cli-in-console
2
2
 
3
- [English](README.md) | [中文](README.zh.md)
3
+ [English](./README.md) | [中文](./README.zh.md)
4
4
 
5
5
  让玩家可以在**游戏内控制台**执行(部分)Screeps 私服的**仅 CLI 可用**命令。
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screepsmod-exec-cli-in-console",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Allow players to execute (some) server CLI-only commands from the in-game console.",
5
5
  "main": "index.js",
6
6
  "scripts": {},