Skip to content

Commit 30409c1

Browse files
authored
Merge pull request #514 from strongloop/fix-ci
specify downstreamIgnoreList in CI
2 parents 3a79606 + 173abd3 commit 30409c1

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CODEOWNERS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Lines starting with '#' are comments.
22
# Each line is a file pattern followed by one or more owners,
3-
# the last matching pattern has the most precendence.
3+
# the last matching pattern has the most precedence.
44

55
# Current maintainers
6-
* @jannyHou @loay @b-admike @virkt25 @dhmlau @shimks @nitro404
6+
* @jannyHou @b-admike @dhmlau @nitro404 @emonddr
7+
8+
# Alumni maintainers
9+
# @loay @virkt25 @shimks

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.2.0",
44
"description": "The official MongoDB connector for the LoopBack framework.",
55
"engines": {
6-
"node": ">=6"
6+
"node": ">=8"
77
},
88
"author": "IBM Corp.",
99
"main": "index.js",
@@ -45,5 +45,12 @@
4545
"semver": "^5.5.1",
4646
"should": "^13.2.1",
4747
"sinon": "^6.1.3"
48+
},
49+
"ci": {
50+
"downstreamIgnoreList": [
51+
"bluemix-metering",
52+
"bluemix-service-broker",
53+
"plan-manager"
54+
]
4855
}
4956
}

0 commit comments

Comments
 (0)