Merge pull request #1170 from strongloop/add-downstream-ignore-list-config

Add downstream ignore list config
This commit is contained in:
Ryan Graham 2016-11-25 11:24:32 -08:00 committed by GitHub
commit c8ade9e9d0
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"
]
}
}