Skip to content

Commit

Permalink
chore: rename package to mongodb-js prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Aug 7, 2024
1 parent 12779b4 commit 66f45dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@heroku/socksv5",
"name": "@mongodb-js/socksv5",
"description": "SOCKS protocol version 5 server and client implementations for node.js",
"version": "0.0.9",
"author": "Brian White <[email protected]>",
Expand All @@ -23,7 +23,7 @@
"main": "./index",
"repository": {
"type": "git",
"url": "http://github.com/mscdex/socksv5.git"
"url": "http://github.com/mongodb-js/socksv5.git"
},
"scripts": {
"test": "node test/test.js"
Expand Down

0 comments on commit 66f45dd

Please sign in to comment.