Add access:public to @babel/helper-create-class-features-plugin
This commit is contained in:
parent
6c2771c116
commit
fc5d49b6f6
@ -6,6 +6,9 @@
|
|||||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-class-features",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-class-features",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel",
|
"babel",
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user