This commit is contained in:
Sebastian McKenzie
2015-12-04 22:56:13 +11:00
parent 74609ec82c
commit ae831c2270
118 changed files with 381 additions and 381 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-function-bind",
"version": "6.1.18",
"version": "6.3.12",
"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.18",
"babel-plugin-syntax-function-bind": "^6.3.12",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.18"
"babel-helper-plugin-test-runner": "^6.3.12"
}
}