Add downstream ignore list config

This commit is contained in:
Simon Ho 2016-11-25 10:33:00 -08:00
parent 401b7e4296
commit c352dcff7d
1 changed files with 6 additions and 1 deletions

View File

@ -52,5 +52,10 @@
"strong-globalize": "^2.6.2",
"traverse": "^0.6.6"
},
"license": "MIT"
"license": "MIT",
"ci": {
"downstreamIgnoreList": [
"loopback-connector-db2z"
]
}
}