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 133133 "chai-subset" : " 1.6.0" ,
134134 "cheerio" : " ^1.0.0" ,
135135 "contributor-faces" : " 1.1.0" ,
136- "documentation" : " 12.3.0 " ,
136+ "documentation" : " 14.0.3 " ,
137137 "electron" : " 33.2.0" ,
138138 "eslint" : " 8.57.0" ,
139139 "eslint-config-airbnb-base" : " 15.0.0" ,
Original file line number Diff line number Diff line change 22const fs = require ( 'fs' )
33const path = require ( 'path' )
44const axios = require ( 'axios' )
5- const documentation = require ( 'documentation' )
5+
66const {
77 stopOnFail,
88 chdir,
@@ -13,6 +13,10 @@ const contributors = require('contributor-faces')
1313const { execSync } = require ( 'node:child_process' )
1414const semver = require ( 'semver' )
1515
16+ let documentation
17+
18+ import ( 'documentation' ) . then ( ( mod ) => ( documentation = mod ) )
19+
1620const helperMarkDownFile = function ( name ) {
1721 return `docs/helpers/${ name } .md`
1822}
You can’t perform that action at this time.
0 commit comments