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.
.json
require
1 parent a1afe4e commit 98b5ab4Copy full SHA for 98b5ab4
lib/index.js
@@ -2,7 +2,7 @@
2
3
/* Dependencies. */
4
var xtend = require('xtend');
5
-var defaults = require('./github');
+var defaults = require('./github.json');
6
7
/* Expose. */
8
module.exports = wrapper;
0 commit comments