Fix package.json CI downstreamIgnoreList nesting
in packge.json strongloop/loopback#3000 ci should be a root element instead of under config:ci
This commit is contained in:
parent
9c3d596106
commit
d53d069763
|
@ -113,12 +113,14 @@
|
|||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
"debug": "*,-mocha:*,-eslint:*",
|
||||
"debug": "*,-mocha:*,-eslint:*"
|
||||
}
|
||||
},
|
||||
"ci": {
|
||||
"downstreamIgnoreList": [
|
||||
"dashboard-controller",
|
||||
"gateway-director-management-interface"
|
||||
]
|
||||
}
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue