Update package.json

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

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-block-scoped-functions",
"version": "6.0.2",
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoped-functions",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
@ -11,4 +11,4 @@
"dependencies": {
"babel-runtime": "^6.0.2"
}
}
}