Skip to content

Commit c824b64

Browse files
committed
build: update pug generator
1 parent ccb99fb commit c824b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
const fs = require('node:fs').promises
55
const path = require('node:path')
6-
const mkdirp = require('mkdirp')
6+
const { mkdirp } = require('mkdirp')
77
const pug = require('pug')
88

99
const { basename, dirname, resolve, sep } = path

0 commit comments

Comments
 (0)