Skip to content

Commit 98b5ab4

Browse files
s1nwooorm
authored andcommitted
Add explicit .json extension in require
Closes GH-10. Related to GH-8. Related to GH-3. Related to GH-1.
1 parent a1afe4e commit 98b5ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* Dependencies. */
44
var xtend = require('xtend');
5-
var defaults = require('./github');
5+
var defaults = require('./github.json');
66

77
/* Expose. */
88
module.exports = wrapper;

0 commit comments

Comments
 (0)