Skip to content

Commit a6f3847

Browse files
committed
Fix package.json issue
1 parent c9112e9 commit a6f3847

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/yoriiis/chunks-webpack-plugin",
1313
"bugs": "https://github.com/yoriiis/chunks-webpack-plugin/issues",
14-
"repository": "https://github.com/yoriiis/chunks-webpack-plugin.git",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/yoriiis/chunks-webpack-plugin.git"
17+
},
1518
"funding": {
1619
"type": "individual",
1720
"url": "https://github.com/sponsors/yoriiis"

0 commit comments

Comments
 (0)