This commit is contained in:
Sebastian McKenzie
2015-11-11 22:48:30 -08:00
parent fe5aff09a4
commit 26e56bc966
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-trailing-function-commas",
"version": "6.1.4",
"version": "6.1.5",
"description": "Compile trailing function commas to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas",
"license": "MIT",
@@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.4"
"babel-helper-plugin-test-runner": "^6.1.5"
}
}