Skip to content

Commit 35de7f0

Browse files
authored
chore: move node_rdkafka to the top of the list in npcheck.json (#166)
* chore: move the node_rdkafka in npcheck.json. The npcheck ci has been failing, it does not seem to have been an issue with node_rdkafka but something in the tooling. Moving where it is in the file seems to resolve, do that as an initial solution to get the CI green.
1 parent 2713895 commit 35de7f0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

npcheck.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"modules": [
3+
{
4+
"name": "node-rdkafka",
5+
"npmlink": "https://www.npmjs.com/package/node-rdkafka",
6+
"reviewlevel": "Active Watch",
7+
"activitycurrent": "None",
8+
"activitytarget": "Tested and Verified",
9+
"section": [
10+
"Message Queuing"
11+
]
12+
},
313
{
414
"name": "cldr-localenames-full",
515
"npmLink": "https://npmjs.com/package/cldr-localenames-full",
@@ -115,16 +125,6 @@
115125
"Message Queuing"
116126
]
117127
},
118-
{
119-
"name": "node-rdkafka",
120-
"npmlink": "https://www.npmjs.com/package/node-rdkafka",
121-
"reviewlevel": "Active Watch",
122-
"activitycurrent": "None",
123-
"activitytarget": "Tested and Verified",
124-
"section": [
125-
"Message Queuing"
126-
]
127-
},
128128
{
129129
"name": "opossum",
130130
"npmlink": "https://www.npmjs.com/package/opossum",

0 commit comments

Comments
 (0)