mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Add externalDependencies custom field to package.json to specify the versions supported of the external dependencies.
This commit is contained in:
@@ -142,5 +142,12 @@
|
||||
"engines": {
|
||||
"node": ">= 4.2"
|
||||
},
|
||||
"externalDependencies": {
|
||||
"rethinkdb": ">= 2.2",
|
||||
"zeromq": ">= 4",
|
||||
"protobuf": "~2",
|
||||
"gm": "~1",
|
||||
"adb": "~1"
|
||||
},
|
||||
"preferGlobal": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user