diff --git a/package.json b/package.json index 1d13256..96610f1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,10 @@ ], "homepage": "https://github.com/django-webpack/webpack-bundle-tracker", "bugs": "https://github.com/django-webpack/webpack-bundle-tracker/issues", - "repository": "https://github.com/django-webpack/webpack-bundle-tracker.git", + "repository": { + "type": "git", + "url": "git+https://github.com/django-webpack/webpack-bundle-tracker.git" + }, "license": "MIT", "author": "Owais Lone", "main": "lib/index.js",