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",