move some babel-plugins into the main repo
This commit is contained in:
19
packages/babel-plugin-dead-code-elimination/package.json
Normal file
19
packages/babel-plugin-dead-code-elimination/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "babel-plugin-dead-code-elimination",
|
||||
"version": "1.0.2",
|
||||
"description": "Eliminate dead code",
|
||||
"repository": "babel-plugins/babel-plugin-dead-code-elimination",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel": "^5.6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel-plugin build",
|
||||
"push": "babel-plugin publish",
|
||||
"test": "babel-plugin test"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user