chore: fix scoped packages publish error

This commit is contained in:
endiliey 2019-04-10 22:21:35 +08:00
parent 84ace67234
commit 3f09957045
7 changed files with 21 additions and 0 deletions

View file

@ -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",