Update package.json

This commit is contained in:
James Kyle 2015-10-30 11:37:19 -07:00
parent dd3d2d4b44
commit c1f5536154

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-function-bind",
"version": "6.0.2",
"description": "Compile function bind operator to ES5",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
@ -12,4 +12,4 @@
"babel-plugin-syntax-function-bind": "^6.0.2",
"babel-runtime": "^6.0.2"
}
}
}