1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-09 07:56:47 +00:00

chore(git): Made this repo commitizen frendly

这个提交包含在:
bigeagle
2016-05-05 11:44:14 +08:00
父节点 b88a56dc4b
当前提交 c311648546
共有 3 个文件被更改,包括 15 次插入56 次删除

13
package.json 普通文件
查看文件

@@ -0,0 +1,13 @@
{
"name": "tunasync",
"version": "1.0.0b1",
"description": "This is not a node project!",
"devDependencies": {
"cz-conventional-changelog": "^1.1.6"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}