Merge pull request #62 from sunxyw/patch-2

docs: add missing module version example
This commit is contained in:
Jerry Ma
2022-03-17 18:19:02 +08:00
committed by GitHub

View File

@@ -56,7 +56,8 @@ src/
```json
{
"name": "my-first-module",
"description": "这个是一个示例模块打包教程"
"description": "这个是一个示例模块打包教程",
"version": "1.0.0"
}
```