mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 13:06:58 +02:00
chore: fix scoped packages publish error
This commit is contained in:
parent
84ace67234
commit
3f09957045
7 changed files with 21 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Documentation plugin for Docusaurus",
|
||||
"main": "src/index.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.4.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue