Skip to content

Commit

Permalink
fix(lint): autofix missing ; (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw committed Mar 16, 2018
1 parent e09b4ee commit 22dd942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function main(args) {
const version = match[1];
const output = `./docs/${ version }.md`;
generate(path.join(specs, filename), output);
})
});
}

if (args.spec) {
Expand Down

0 comments on commit 22dd942

Please sign in to comment.