add missing module version example

This commit is contained in:
sunxyw 2022-03-17 01:53:06 +08:00 committed by GitHub
parent 1706afbcd0
commit b57fef16f9
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"
}
```