Merge pull request #3067 from strongloop/fix-packagejson-wrong-ci-config

Fix package.json CI downstreamIgnoreList nesting
This commit is contained in:
David Cheung 2017-01-03 17:05:40 -05:00 committed by GitHub
commit 65a3a0b110
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"
} }