Skip to content

Commit a95d1f6

Browse files
committed
Merge pull request #9 from gunta/patch-1
Added repository field
2 parents 46ea5b5 + f923e94 commit a95d1f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@
2020
"node": ">=0.6"
2121
},
2222
"homepage": "http://github.com/webpack/webpack-dev-middleware",
23-
"main": "middleware.js"
24-
}
23+
"main": "middleware.js",
24+
"repository": {
25+
"type": "git",
26+
"url" : "https://github.com/webpack/webpack-dev-middleware.git"
27+
}
28+
}

0 commit comments

Comments
 (0)