1 parent 3bcf17d commit 8b6116dCopy full SHA for 8b6116d
2 files changed
CONTRIBUTING.md
@@ -38,4 +38,3 @@ Some things that will increase the chance that your pull request is accepted:
38
* Write tests
39
* Follow the existing coding style
40
* Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
41
-
package.json
@@ -59,9 +59,9 @@
59
},
60
"repository": {
61
"type": "git",
62
- "url": "http://github.com/webpack/webpack.git"
+ "url": "https://github.com/webpack/webpack.git"
63
64
- "homepage": "http://github.com/webpack/webpack",
+ "homepage": "https://github.com/webpack/webpack",
65
"main": "lib/webpack.js",
66
"web": "lib/webpack.web.js",
67
"bin": "./bin/webpack.js",
0 commit comments