Skip to content

Commit

Permalink
Merge pull request gulpjs#260 from shinnn/master
Browse files Browse the repository at this point in the history
Update URLs on package.json
  • Loading branch information
sindresorhus committed Feb 10, 2014
2 parents d1ea9e1 + 832bed2 commit 175f95f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "gulp",
"description": "The streaming build system",
"version": "3.5.4",
"homepage": "http://github.com/wearefractal/gulp",
"repository": "git://github.com/wearefractal/gulp.git",
"homepage": "https://github.com/gulpjs/gulp",
"repository": "git://github.com/gulpjs/gulp.git",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"main": "./index.js",
"tags": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/gulp/raw/master/LICENSE"
"url": "https://raw.github.com/gulpjs/gulp/master/LICENSE"
}
]
}

0 comments on commit 175f95f

Please sign in to comment.