From ea1e48221ceb0ae74e11744e2cf7473f08dc80c4 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 7 Aug 2024 12:22:02 +0200 Subject: [PATCH] chore: rename package to mongodb-js prefix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e1d9a7f..fc9085d 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -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"