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
12
package.json
12
package.json
|
@ -113,12 +113,14 @@
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"ci": {
|
"ci": {
|
||||||
"debug": "*,-mocha:*,-eslint:*",
|
"debug": "*,-mocha:*,-eslint:*"
|
||||||
"downstreamIgnoreList": [
|
|
||||||
"dashboard-controller",
|
|
||||||
"gateway-director-management-interface"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ci": {
|
||||||
|
"downstreamIgnoreList": [
|
||||||
|
"dashboard-controller",
|
||||||
|
"gateway-director-management-interface"
|
||||||
|
]
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue