Skip to content

Commit 357b3a5

Browse files
committed
bump documenation lib
1 parent d43e7e4 commit 357b3a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

runok.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ const semver = require('semver')
1515

1616
let documentation
1717

18-
import('documentation').then(mod =>
19-
documentation = mod,
20-
);
18+
import('documentation').then((mod) => (documentation = mod))
2119

2220
const helperMarkDownFile = function (name) {
2321
return `docs/helpers/${name}.md`

0 commit comments

Comments
 (0)