add access public to all packages [skip ci] (#8573)

If people copy paste to make an new package they might miss this and we will get a publish error later so figured we should add it to all.
This commit is contained in:
Henry Zhu
2018-08-29 09:54:53 -04:00
committed by GitHub
parent 5447a40719
commit 04d09cc754
141 changed files with 423 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-mutators",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"