From 04022eb5be1667d0482905d84eaa9f3257087b1c Mon Sep 17 00:00:00 2001 From: James Kyle Date: Fri, 30 Oct 2015 11:36:54 -0700 Subject: [PATCH] Update package.json --- packages/babel-plugin-transform-es2015-for-of/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-plugin-transform-es2015-for-of/package.json b/packages/babel-plugin-transform-es2015-for-of/package.json index ae3e80b7b1..e5024b900f 100644 --- a/packages/babel-plugin-transform-es2015-for-of/package.json +++ b/packages/babel-plugin-transform-es2015-for-of/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-transform-es2015-for-of", "version": "6.0.2", "description": "Compile ES2015 for...of to ES5", - "repository": "babel/babel", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of", "license": "MIT", "main": "lib/index.js", "keywords": [ @@ -11,4 +11,4 @@ "dependencies": { "babel-runtime": "^6.0.2" } -} \ No newline at end of file +}