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:
David Cheung 2017-01-03 13:56:13 -05:00
parent 9c3d596106
commit d53d069763
1 changed files with 7 additions and 5 deletions

View File

@ -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"
} }