Skip to content

Commit e03e2ec

Browse files
committed
Fix package.json repository
1 parent 5355a14 commit e03e2ec

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
],
1212
"homepage": "https://github.com/django-webpack/webpack-bundle-tracker",
1313
"bugs": "https://github.com/django-webpack/webpack-bundle-tracker/issues",
14-
"repository": "https://github.com/django-webpack/webpack-bundle-tracker.git",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/django-webpack/webpack-bundle-tracker.git"
17+
},
1518
"license": "MIT",
1619
"author": "Owais Lone",
1720
"main": "lib/index.js",

0 commit comments

Comments
 (0)