Add Downstream ignore List

This commit is contained in:
Loay 2016-11-29 15:25:37 -05:00
parent 3ecb5e1cfe
commit 7a663e005b
1 changed files with 6 additions and 1 deletions

View File

@ -115,5 +115,10 @@
"debug": "*,-mocha:*,-eslint:*"
}
},
"license": "MIT"
"license": "MIT",
"ci": {
"downstreamIgnoreList": [
"loopback-connector-swagger"
]
}
}