File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 133
133
"chai-subset" : " 1.6.0" ,
134
134
"cheerio" : " ^1.0.0" ,
135
135
"contributor-faces" : " 1.1.0" ,
136
- "documentation" : " 12.3.0 " ,
136
+ "documentation" : " 14.0.3 " ,
137
137
"electron" : " 33.2.0" ,
138
138
"eslint" : " 8.57.0" ,
139
139
"eslint-config-airbnb-base" : " 15.0.0" ,
Original file line number Diff line number Diff line change 2
2
const fs = require ( 'fs' )
3
3
const path = require ( 'path' )
4
4
const axios = require ( 'axios' )
5
- const documentation = require ( 'documentation' )
5
+
6
6
const {
7
7
stopOnFail,
8
8
chdir,
@@ -13,6 +13,10 @@ const contributors = require('contributor-faces')
13
13
const { execSync } = require ( 'node:child_process' )
14
14
const semver = require ( 'semver' )
15
15
16
+ let documentation
17
+
18
+ import ( 'documentation' ) . then ( ( mod ) => ( documentation = mod ) )
19
+
16
20
const helperMarkDownFile = function ( name ) {
17
21
return `docs/helpers/${ name } .md`
18
22
}
You can’t perform that action at this time.
0 commit comments