Skip to content

Commit dfe8892

Browse files
authored
fix(NODE-5593): add repository field (#28)
1 parent 293f56c commit dfe8892

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"src",
77
"mongodb-legacy.d.ts"
88
],
9+
"repository": {
10+
"type": "git",
11+
"url": "[email protected]:mongodb-js/nodejs-mongodb-legacy.git"
12+
},
913
"main": "src/index.js",
1014
"types": "mongodb-legacy.d.ts",
1115
"engines": {

0 commit comments

Comments
 (0)