tiaoom 0.0.8 → 0.0.10
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 +2 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Tiaoom - a Tiaoable project</h1>
|
|
6
|
-
<p align="center"
|
|
6
|
+
<p align="center">轻量级游戏房间引擎</p>
|
|
7
|
+
<p align="center"><a target="_blank" href="https://room-docs.adventext.fun">📃在线文档</a></p>
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
## ✨功能
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tiaoom",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./src/index.cjs",
|
|
6
6
|
"module": "./src/index.mjs",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"src",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"README.md",
|
|
24
|
+
"logo.png"
|
|
25
25
|
],
|
|
26
26
|
"keywords": [],
|
|
27
27
|
"author": "",
|