We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f181041 commit c0e394bCopy full SHA for c0e394b
package.json
@@ -20,11 +20,14 @@
20
"engines": {
21
"node": ">= 0.10.0"
22
},
23
- "homepage": "http://github.com/jorrit/gulp-requirejs",
+ "homepage": "https://github.com/jorrit/gulp-requirejs",
24
"keywords": [],
25
"license": "MIT",
26
"main": "./index.js",
27
- "repository": "git://github.com/jorrit/gulp-requirejs.git",
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/jorrit/gulp-requirejs.git"
30
+ },
31
"scripts": {
32
"test": "mocha"
33
}
0 commit comments