From 11fedeefb1bff296cec4f7f492799b602d977a67 Mon Sep 17 00:00:00 2001 From: James Kyle Date: Fri, 30 Oct 2015 11:36:43 -0700 Subject: [PATCH] Update package.json --- .../package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-plugin-transform-async-to-module-method/package.json b/packages/babel-plugin-transform-async-to-module-method/package.json index 3f7ef9428a..cbd9393199 100644 --- a/packages/babel-plugin-transform-async-to-module-method/package.json +++ b/packages/babel-plugin-transform-async-to-module-method/package.json @@ -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" } -} \ No newline at end of file +}