Skip to content

Commit c8ade9e

Browse files
authored
Merge pull request #1170 from strongloop/add-downstream-ignore-list-config
Add downstream ignore list config
2 parents 401b7e4 + c352dcf commit c8ade9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,10 @@
5252
"strong-globalize": "^2.6.2",
5353
"traverse": "^0.6.6"
5454
},
55-
"license": "MIT"
55+
"license": "MIT",
56+
"ci": {
57+
"downstreamIgnoreList": [
58+
"loopback-connector-db2z"
59+
]
60+
}
5661
}

0 commit comments

Comments
 (0)