Skip to content

Commit c352dcf

Browse files
committed
Add downstream ignore list config
1 parent 401b7e4 commit c352dcf

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)