Skip to content

Commit

Permalink
also add mkdirp to itself on default cjs export
Browse files Browse the repository at this point in the history
Fix #42
  • Loading branch information
isaacs committed Jan 17, 2023
1 parent 1e30907 commit 281e858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index-cjs.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import mkdirp from './index.js'

export = Object.assign(mkdirp, { default: mkdirp })
export = Object.assign(mkdirp, { default: mkdirp, mkdirp })

0 comments on commit 281e858

Please sign in to comment.