You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
434 B
15 lines
434 B
{
|
|
"name": "babel-plugin-syntax-trailing-function-commas",
|
|
"version": "7.0.0-beta.0",
|
|
"description": "Compile trailing function commas to ES5",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "7.0.0-beta.0"
|
|
}
|
|
}
|