mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 14:06:59 +02:00
Fix(deps): add mkdirp to package.json (#471)
mkdirp is used throughout the project. This works because npm and Yarn create flat node_modules. Docusaurus fails though with pnpm, which creates a strict node_modules.
This commit is contained in:
parent
de11050df1
commit
e2b8fa7aef
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
"glob": "^7.1.2",
|
||||
"highlight.js": "^9.12.0",
|
||||
"markdown-toc": "^1.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"react": "^15.5.4",
|
||||
"react-dom": "^15.5.4",
|
||||
"react-dom-factories": "^1.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue