Skip to content

Commit 348d82a

Browse files
committed
docs(jsdoc): fix jsdoc file now that core no longer exists
1 parent 5a7b15b commit 348d82a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conf.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"lib/topologies/replset.js",
2121
"lib/topologies/mongos.js",
2222
"lib/topologies/server.js",
23-
"node_modules/mongodb-core/lib/error.js",
24-
"node_modules/mongodb-core/lib/connection/logger.js",
25-
"node_modules/mongodb-core/lib/sessions.js",
26-
"node_modules/mongodb-core/lib/transactions.js",
23+
"lib/core/error.js",
24+
"lib/core/connection/logger.js",
25+
"lib/core/sessions.js",
26+
"lib/core/transactions.js",
2727
"node_modules/bson/lib/bson/binary.js",
2828
"node_modules/bson/lib/bson/code.js",
2929
"node_modules/bson/lib/bson/db_ref.js",

0 commit comments

Comments
 (0)