mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix: allow project directory name to be an invalid npm package name (#5842)
This commit is contained in:
parent
9723360ae9
commit
895c848065
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue