Skip to content

Commit

Permalink
fix: moved definitions to bottom of output file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Lecluse committed Jun 1, 2020
1 parent a334646 commit 1b27fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/markdownBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,8 @@ function build({
...makeconstraintssection(schema, 1),
...makedefault(schema, 1),
...makeexamples(schema, 1),
...makedefinitions(schema, slugger),
...makeproperties(schema, slugger),
...makedefinitions(schema, slugger),
]);
return pv;
});
Expand Down

0 comments on commit 1b27fff

Please sign in to comment.