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:
@@ -4,6 +4,9 @@
|
||||
"description": "Babel plugin to fix buggy JScript named function expressions",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
Reference in New Issue
Block a user