hotfix: add missing publishConfig for @nuxt/babel-preset-app

This commit is contained in:
Pooya Parsa 2018-10-27 00:20:41 +03:30
parent 930f8b273c
commit 1adad4676b
1 changed files with 3 additions and 0 deletions

View File

@ -20,5 +20,8 @@
"@babel/runtime": "^7.1.2",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-transform-vue-jsx": "^4.0.1"
},
"publishConfig": {
"access": "public"
}
}