Skip to content

Commit c0e394b

Browse files
committed
Fix urls in package.json
1 parent f181041 commit c0e394b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
"engines": {
2121
"node": ">= 0.10.0"
2222
},
23-
"homepage": "http://github.com/jorrit/gulp-requirejs",
23+
"homepage": "https://github.com/jorrit/gulp-requirejs",
2424
"keywords": [],
2525
"license": "MIT",
2626
"main": "./index.js",
27-
"repository": "git://github.com/jorrit/gulp-requirejs.git",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/jorrit/gulp-requirejs.git"
30+
},
2831
"scripts": {
2932
"test": "mocha"
3033
}

0 commit comments

Comments
 (0)