Update package.json

This commit is contained in:
James Kyle
2015-10-30 11:36:43 -07:00
parent 939082c37d
commit 11fedeefb1

View File

@@ -2,7 +2,7 @@
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.0.2",
"description": "Turn async functions into a module method",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
@@ -14,4 +14,4 @@
"babel-types": "^6.0.2",
"babel-runtime": "^6.0.2"
}
}
}