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
commit abbfb59eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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