This commit is contained in:
Sebastian McKenzie
2015-11-12 12:15:47 -08:00
parent f127f81cb7
commit 9c91b555f9
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-function-bind",
"version": "6.1.14",
"version": "6.1.15",
"description": "Compile function bind operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
"license": "MIT",
@@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-function-bind": "^6.1.14",
"babel-plugin-syntax-function-bind": "^6.1.15",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.14"
"babel-helper-plugin-test-runner": "^6.1.15"
}
}