From bd427805df61006c7358075ede92a6431598504f Mon Sep 17 00:00:00 2001 From: Darren Hwang Date: Thu, 18 Jul 2024 09:35:54 -0700 Subject: [PATCH] Update package.json repository path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9c5dad..1328388 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lodash", "modules" ], - "repository": "lodash/babel-plugin-lodash", + "repository": "@sigmacomputing/babel-plugin-lodash", "license": "MIT", "main": "lib/index.js", "author": "Graeme Yeates (https://github.com/megawac)",