Update package.json

This commit is contained in:
James Kyle 2015-10-30 11:18:06 -07:00
parent c062288677
commit a70b853006

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-async-functions",
"version": "6.0.2",
"description": "Allow parsing of async functions",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
@ -11,4 +11,4 @@
"dependencies": {
"babel-runtime": "^6.0.2"
}
}
}