Skip to content

Commit 93418b7

Browse files
committed
chore: fix package.json
1 parent 87a67b0 commit 93418b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"author": {
77
"name": "Tobias Koppers @sokra"
88
},
9-
"repository": "webpack-contrib/grunt-webpack",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/webpack-contrib/grunt-webpack.git"
12+
},
1013
"bugs": {
1114
"url": "https://github.com/webpack-contrib/grunt-webpack/issues"
1215
},

0 commit comments

Comments
 (0)