mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-04-04 19:04:15 +08:00
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"devDependencies": {
|
|
"bats": "^1.11.1",
|
|
"bats-assert": "ztombol/bats-assert",
|
|
"bats-support": "ztombol/bats-support"
|
|
},
|
|
"scripts": {
|
|
"test": "bats tests"
|
|
}
|
|
}
|