Merge pull request #3067 from strongloop/fix-packagejson-wrong-ci-config
Fix package.json CI downstreamIgnoreList nesting
This commit is contained in:
commit
65a3a0b110
12
package.json
12
package.json
|
@ -113,12 +113,14 @@
|
|||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
"debug": "*,-mocha:*,-eslint:*",
|
||||
"downstreamIgnoreList": [
|
||||
"dashboard-controller",
|
||||
"gateway-director-management-interface"
|
||||
]
|
||||
"debug": "*,-mocha:*,-eslint:*"
|
||||
}
|
||||
},
|
||||
"ci": {
|
||||
"downstreamIgnoreList": [
|
||||
"dashboard-controller",
|
||||
"gateway-director-management-interface"
|
||||
]
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue