Update package.json

This commit is contained in:
James Kyle
2015-10-30 11:36:47 -07:00
parent af780ed52c
commit 302a694907

View File

@@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-arrow-functions",
"version": "6.0.2",
"description": "Compile ES2015 arrow functions to ES5",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
@@ -11,4 +11,4 @@
"dependencies": {
"babel-runtime": "^6.0.2"
}
}
}