We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5355a14 commit e03e2ecCopy full SHA for e03e2ec
package.json
@@ -11,7 +11,10 @@
11
],
12
"homepage": "https://github.com/django-webpack/webpack-bundle-tracker",
13
"bugs": "https://github.com/django-webpack/webpack-bundle-tracker/issues",
14
- "repository": "https://github.com/django-webpack/webpack-bundle-tracker.git",
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/django-webpack/webpack-bundle-tracker.git"
17
+ },
18
"license": "MIT",
19
"author": "Owais Lone",
20
"main": "lib/index.js",
0 commit comments