Skip to content

Commit

Permalink
fix(release): fix wrong repository preventing release (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodelamo authored Oct 28, 2024
1 parent 576078a commit 8f53ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlowgren/esi-webpack-plugin.git"
"url": "git+https://github.com/jodelamo/esi-webpack-plugin.git"
},
"author": "Joacim de la Motte <[email protected]>",
"license": "MIT",
"files": [
"dist/**/*"
],
"bugs": {
"url": "https://github.com/jlowgren/esi-webpack-plugin/issues"
"url": "https://github.com/jodelamo/esi-webpack-plugin/issues"
},
"homepage": "https://github.com/jlowgren/esi-webpack-plugin#readme",
"homepage": "https://github.com/jodelamo/esi-webpack-plugin#readme",
"dependencies": {
"html-webpack-plugin": "5.6.3",
"nodesi": "2.0.1",
Expand Down

0 comments on commit 8f53ec7

Please sign in to comment.