Skip to content

Commit

Permalink
Bump documentation (#4587)
Browse files Browse the repository at this point in the history
* bump documenation lib

* bump documenation lib
  • Loading branch information
kobenguyent authored Nov 14, 2024
1 parent 199437f commit 5967783
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"chai-subset": "1.6.0",
"cheerio": "^1.0.0",
"contributor-faces": "1.1.0",
"documentation": "12.3.0",
"documentation": "14.0.3",
"electron": "33.2.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
Expand Down
6 changes: 5 additions & 1 deletion runok.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const fs = require('fs')
const path = require('path')
const axios = require('axios')
const documentation = require('documentation')

const {
stopOnFail,
chdir,
Expand All @@ -13,6 +13,10 @@ const contributors = require('contributor-faces')
const { execSync } = require('node:child_process')
const semver = require('semver')

let documentation

import('documentation').then((mod) => (documentation = mod))

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

0 comments on commit 5967783

Please sign in to comment.