File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Lines starting with '#' are comments.
2
2
# 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 .
4
4
5
5
# 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
Original file line number Diff line number Diff line change 3
3
"version" : " 4.2.0" ,
4
4
"description" : " The official MongoDB connector for the LoopBack framework." ,
5
5
"engines" : {
6
- "node" : " >=6 "
6
+ "node" : " >=8 "
7
7
},
8
8
"author" : " IBM Corp." ,
9
9
"main" : " index.js" ,
45
45
"semver" : " ^5.5.1" ,
46
46
"should" : " ^13.2.1" ,
47
47
"sinon" : " ^6.1.3"
48
+ },
49
+ "ci" : {
50
+ "downstreamIgnoreList" : [
51
+ " bluemix-metering" ,
52
+ " bluemix-service-broker" ,
53
+ " plan-manager"
54
+ ]
48
55
}
49
56
}
You can’t perform that action at this time.
0 commit comments