electron / website

:electron: The Electron website
https://electronjs.org
Apache License 2.0
119 stars 133 forks source link

chore(prebuild): remove make-dir dependency #600

Closed dsanders11 closed 4 months ago

dsanders11 commented 4 months ago

Replaces make-dir with built-in mkdir from Node.js, as recommended on https://github.com/sindresorhus/make-dir.