Skip to content

Commit 832bed2

Browse files
committed
Update URLs on package.json
1 parent d1ea9e1 commit 832bed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "gulp",
33
"description": "The streaming build system",
44
"version": "3.5.4",
5-
"homepage": "http://github.com/wearefractal/gulp",
6-
"repository": "git://github.com/wearefractal/gulp.git",
5+
"homepage": "https://github.com/gulpjs/gulp",
6+
"repository": "git://github.com/gulpjs/gulp.git",
77
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
88
"main": "./index.js",
99
"tags": [
@@ -53,7 +53,7 @@
5353
"licenses": [
5454
{
5555
"type": "MIT",
56-
"url": "http://github.com/wearefractal/gulp/raw/master/LICENSE"
56+
"url": "https://raw.github.com/gulpjs/gulp/master/LICENSE"
5757
}
5858
]
5959
}

0 commit comments

Comments
 (0)