electron / website

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

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

Closed dsanders11 closed 1 month ago

dsanders11 commented 1 month ago

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