mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"devDependencies": {
|
|
"bats": "^1.1.0",
|
|
"bats-assert": "ztombol/bats-assert",
|
|
"bats-support": "ztombol/bats-support"
|
|
},
|
|
"scripts": {
|
|
"test": "bats tests"
|
|
}
|
|
}
|