From 8eef26c2ff44e2e73c87e88f1dea0b4f456d359c Mon Sep 17 00:00:00 2001 From: James Kyle Date: Fri, 30 Oct 2015 11:15:19 -0700 Subject: [PATCH] Update package.json --- packages/babel-helper-hoist-variables/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-helper-hoist-variables/package.json b/packages/babel-helper-hoist-variables/package.json index d71507ec05..a60391897d 100644 --- a/packages/babel-helper-hoist-variables/package.json +++ b/packages/babel-helper-hoist-variables/package.json @@ -2,11 +2,11 @@ "name": "babel-helper-hoist-variables", "version": "6.0.2", "description": "", - "repository": "babel/babel", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables", "license": "MIT", "main": "lib/index.js", "dependencies": { "babel-runtime": "^6.0.2", "babel-types": "^6.0.2" } -} \ No newline at end of file +}