- 将主项目及所有子模块的package.json版本号从0.1.4-rc-2更新为正式版0.1.4 - 重写前端配置指南,为Vue3、Vue2和React提供清晰的模块化集成示例 - 移除旧的Vue单文件组件封装示例,推荐使用npm包直接导入的方式
17 lines
319 B
JSON
17 lines
319 B
JSON
{
|
|
"name": "cwd",
|
|
"version": "0.1.4",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/anghunk/cwd"
|
|
},
|
|
"homepage": "https://cwd.js.org",
|
|
"author": {
|
|
"name": "anghunk<anghunk@gmail.com>"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/anghunk/cwd/issues"
|
|
}
|
|
}
|