mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Add externalDependencies
custom field to package.json to specify the versions supported of the external dependencies.
This commit is contained in:
parent
6efb4f1c88
commit
b2a62c415e
1 changed files with 7 additions and 0 deletions
|
@ -142,5 +142,12 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.2"
|
"node": ">= 4.2"
|
||||||
},
|
},
|
||||||
|
"externalDependencies": {
|
||||||
|
"rethinkdb": ">= 2.2",
|
||||||
|
"zeromq": ">= 4",
|
||||||
|
"protobuf": "~2",
|
||||||
|
"gm": "~1",
|
||||||
|
"adb": "~1"
|
||||||
|
},
|
||||||
"preferGlobal": true
|
"preferGlobal": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue