move some babel-plugins into the main repo
This commit is contained in:
11
packages/babel-plugin-react-constant-elements/package.json
Normal file
11
packages/babel-plugin-react-constant-elements/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "babel-plugin-react-constant-elements",
|
||||
"version": "1.0.3",
|
||||
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
|
||||
"repository": "babel-plugins/babel-plugin-react-constant-elements",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user