Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Feb 13, 2015
2 parents 1d3ef0b + 596e821 commit aae48d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SassDoc's default theme",
"title": "SassDoc Default Theme",
"author": "SassDoc team",
"version": "2.1.0",
"version": "2.2.0",
"keywords": [
"sassdoc-theme"
],
Expand All @@ -28,7 +28,7 @@
"extend": "^2.0.0",
"fs-extra": "^0.16.3",
"html-minifier": "^0.7.0",
"sassdoc-extras": "^2.1.0",
"sassdoc-extras": "^2.2.0",
"swig": "1.4.0",
"swig-extras": "^0.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const shortcutIcon = (dest, ctx) => {

export default (dest, ctx) => {
ctx = applyDefaults(ctx);
sassdocExtras(ctx, 'markdown', 'display', 'groupName', 'shortcutIcon');
sassdocExtras(ctx, 'markdown', 'display', 'groupName', 'shortcutIcon', 'sort');
ctx.data.byGroupAndType = sassdocExtras.byGroupAndType(ctx.data);

const index = path.resolve(__dirname, '../views/documentation/index.html.swig');
Expand Down

0 comments on commit aae48d3

Please sign in to comment.