diff --git a/package.json b/package.json index e228ee5..fb3fe41 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ ], "author": "Microsoft", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/powerbi-visuals-webpack-plugin.git" + }, "scripts": { "test": "mocha test/*.test.js", "pretty": "prettier --loglevel warn --write \"*.js\"",