Skip to content

Commit

Permalink
Fix package.json repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Dec 19, 2023
1 parent 5355a14 commit e03e2ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e03e2ec

Please # to comment.