mirror of
https://github.com/appium/appium.git
synced 2026-05-19 18:09:14 -05:00
38acc6daac
* chore: add Greenkeeper config file * chore(package): update dependencies * chore: remove old greenkeeper config and adjust new
16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"groups": {
|
|
"default": {
|
|
"packages": [
|
|
"package.json"
|
|
]
|
|
},
|
|
"sample-code": {
|
|
"packages": [
|
|
"sample-code/javascript-wd/package.json",
|
|
"sample-code/javascript-webdriverio/package.json"
|
|
]
|
|
}
|
|
}
|
|
}
|