From d0b30e47761d511aa4b03830037448eb21899e03 Mon Sep 17 00:00:00 2001 From: didericis Date: Tue, 30 Sep 2025 18:16:04 -0400 Subject: [PATCH] refactor: add repository to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6d9e71d..b0bc3fc 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ ], "author": "Didericis", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/didericis/bare-bundle-transform-plugin-babel.git" + }, "scripts": { "test": "npm run prettier:lint && npm run test:build-project && npm run test:build-bundles && bare test/bare.js", "test:build-project": "cd test/project && npm install",