Skip to content

Commit d067476

Browse files
Move to .sassdocrc
1 parent 9937a10 commit d067476

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

view.json renamed to .sassdocrc

File renamed without changes.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function (dest, ctx) {
3535
ctx.view = {};
3636
}
3737

38-
var defaultView = require('./view.json');
38+
var defaultView = require('./.sassdocrc');
3939
ctx.view = extend({}, defaultView, ctx.view);
4040
ctx.view.groups = extend(defaultView.groups, ctx.view.groups);
4141

0 commit comments

Comments
 (0)