move some babel-plugins into the main repo
This commit is contained in:
11
packages/babel-plugin-runtime/package.json
Normal file
11
packages/babel-plugin-runtime/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "babel-plugin-runtime",
|
||||
"version": "1.0.7",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": "babel-plugins/babel-plugin-runtime",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user