From 820abf41f75ed633b9a7094bb9a9a9b84fc3c30a Mon Sep 17 00:00:00 2001 From: James Kyle Date: Fri, 30 Oct 2015 11:18:08 -0700 Subject: [PATCH] Update package.json --- packages/babel-plugin-syntax-async-generators/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-plugin-syntax-async-generators/package.json b/packages/babel-plugin-syntax-async-generators/package.json index 6b2ed26a33..5e2b078424 100644 --- a/packages/babel-plugin-syntax-async-generators/package.json +++ b/packages/babel-plugin-syntax-async-generators/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-syntax-async-generators", "version": "6.0.2", "description": "Allow parsing of async generator functions", - "repository": "babel/babel", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators", "license": "MIT", "main": "lib/index.js", "keywords": [ @@ -11,4 +11,4 @@ "dependencies": { "babel-runtime": "^6.0.2" } -} \ No newline at end of file +}