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:
Zoltan Kochan 2018-04-14 20:47:41 +03:00 committed by Yangshun Tay
parent de11050df1
commit e2b8fa7aef

View file

@ -43,6 +43,7 @@
"glob": "^7.1.2", "glob": "^7.1.2",
"highlight.js": "^9.12.0", "highlight.js": "^9.12.0",
"markdown-toc": "^1.2.0", "markdown-toc": "^1.2.0",
"mkdirp": "^0.5.1",
"react": "^15.5.4", "react": "^15.5.4",
"react-dom": "^15.5.4", "react-dom": "^15.5.4",
"react-dom-factories": "^1.0.1", "react-dom-factories": "^1.0.1",